Html Css Color HEX #C89296 Careys Pink

📋 copy color: '#C89296'

red 200 ◦ green 146 ◦ blue 150

#C89296
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #C89296

Tints of Careys Pink #C89296

RGB

 RED value IS 200 (78.52% from 255) = 40.32%

 GREEN value IS 146 (57.42% from 255) = 29.44%

 BLUE value IS 150 (58.98% from 255) = 30.24%

R = 40.32%
G = 29.44%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C89296 (or 0xC89296) is known color: Careys Pink. HEX triplet: C8, 92 and 96. RGB value is (200,146,150). Sum of RGB (Red+Green+Blue) = 200+146+150=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C89296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89296 is #376D69. Grayscale: #A2A2A2. Windows color (decimal): -3632490 or 9867976. OLE color: 9867976.

HSL color Cylindrical-coordinate representation of color #C89296: hue angle of 355.56º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C89296 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 146 150 -
CMYK 0 0.27 0.25 0.22
HSL 355.56º 0.33% 0.68% -
HSV(B) 355.56º 0.27% 0.78% -
XYZ 39.6 35.04 33.53 -
YUV 162.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 200 146 150 0 0.27 0.25 0.22 355.56 0.33 0.68
Hex C8 92 96 0 1B 19 16 164 21 44
Octal 310 222 226 0 33 31 26 544 41 104
Binary 11001000 10010010 10010110 0 11011 11001 10110 101100100 100001 1000100

Color Harmonies of #C89296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89296

Black with #C89296

Text Example


Text Example

White with #C89296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89296; }

 p { color: rgb(200,146,150); }

 H1.HeaderClassName
 {
   color: #C89296;
 }
 .AnyTagClassName
 {
   color: #C89296;
 }
</style>

background-color css

<style>
 a { background-color: #C89296; }

 a { background-color: rgb(200,146,150); }

 div.DivClassName
 {
   background-color: #C89296;
 }
 .BgClassName
 {
   background-color: #C89296;
 }
</style>

border-color css

<style>
 span { border-color: #C89296; }

 span { border-color: rgb(200,146,150); }

 td.TdClassName
 {
   border-color: #C89296;
 }
 .TagClassName
 {
   border-color: #C89296;
 }
</style>