#C89196

Color #C89196 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #C89196

Tints of Careys Pink #C89196

Color information

#C89196 (or 0xC89196) is unknown color: approx Careys Pink. HEX triplet: C8, 91 and 96. RGB value is (200,145,150). Sum of RGB (Red+Green+Blue) = 200+145+150=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C89196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89196 is #376E69. Grayscale: #A2A2A2. Windows color (decimal): -3632746 or 9867720. OLE color: 9867720.

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

Color convert

RGB200145150-
CMYK00.280.250.22
HSL354.55º33.33%67.65%-
HSV(B)354.55º27.5%78.43%-
XYZ39.4534.7333.48-
YUV162.01121.22155.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.40%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=40.40%
G=29.29%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014515000.280.250.22354.5533.3367.65
HexC8919601C19161632144
Octal310221226034312654341104
Binary11001000100100011001011001110011001101101011000111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89196; }

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

 H1.HeaderClassName
 {
   color: #C89196;
 }
 .AnyTagClassName
 {
   color: #C89196;
 }
</style>
background-color css

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

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

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

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

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

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