Html Css Color HEX #C89596 Careys Pink

📋 copy color: '#C89596'

red 200 ◦ green 149 ◦ blue 150

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

Shades of Careys Pink #C89596

Tints of Careys Pink #C89596

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.86%

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

R = 40.08%
G = 29.86%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C89596 (or 0xC89596) is known color: Careys Pink. HEX triplet: C8, 95 and 96. RGB value is (200,149,150). Sum of RGB (Red+Green+Blue) = 200+149+150=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C89596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89596 is #376A69. Grayscale: #A4A4A4. Windows color (decimal): -3631722 or 9868744. OLE color: 9868744.

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

Color convert

RGB 200 149 150 -
CMYK 0 0.26 0.25 0.22
HSL 358.82º 0.32% 0.68% -
HSV(B) 358.82º 0.26% 0.78% -
XYZ 40.07 35.98 33.69 -
YUV 164.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 200 149 150 0 0.26 0.25 0.22 358.82 0.32 0.68
Hex C8 95 96 0 1A 19 16 167 20 44
Octal 310 225 226 0 32 31 26 547 40 104
Binary 11001000 10010101 10010110 0 11010 11001 10110 101100111 100000 1000100

Color Harmonies of #C89596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89596

Black with #C89596

Text Example


Text Example

White with #C89596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89596; }

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

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

background-color css

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

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

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

border-color css

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

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

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