#C89698

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

Shades of Careys Pink #C89698

Tints of Careys Pink #C89698

Color information

#C89698 (or 0xC89698) is unknown color: approx Careys Pink. HEX triplet: C8, 96 and 98. RGB value is (200,150,152). Sum of RGB (Red+Green+Blue) = 200+150+152=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C89698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89698 is #376967. Grayscale: #A5A5A5. Windows color (decimal): -3631464 or 10000072. OLE color: 10000072.

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

Color convert

RGB200150152-
CMYK00.250.240.22
HSL357.6º31.25%68.63%-
HSV(B)357.6º25%78.43%-
XYZ40.3936.3634.59-
YUV165.18120.56152.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.84%
GREEN value IS 150 (58.98% from 255) = 29.88%
BLUE value IS 152 (59.77% from 255) = 30.28%
R=39.84%
G=29.88%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015015200.250.240.22357.631.2568.63
HexC8969801918161661f45
Octal310226230031302654637105
Binary1100100010010110100110000110011100010110101100110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89698; }

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

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

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

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

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

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

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

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