#C0989F

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

Shades of Careys Pink #C0989F

Tints of Careys Pink #C0989F

Color information

#C0989F (or 0xC0989F) is unknown color: approx Careys Pink. HEX triplet: C0, 98 and 9F. RGB value is (192,152,159). Sum of RGB (Red+Green+Blue) = 192+152+159=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C0989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0989F is #3F6760. Grayscale: #A4A4A4. Windows color (decimal): -4155233 or 10459328. OLE color: 10459328.

HSL color Cylindrical-coordinate representation of color #C0989F: hue angle of 349.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0989F is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB192152159-
CMYK00.210.170.25
HSL349.5º24.1%67.45%-
HSV(B)349.5º20.83%75.29%-
XYZ39.2236.1737.71-
YUV164.76124.75147.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.17%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 159 (62.5% from 255) = 31.61%
R=38.17%
G=30.22%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215215900.210.170.25349.524.167.45
HexC0989F015111915e1843
Octal300230237025213153630103
Binary1100000010011000100111110101011000111001101011110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0989F; }

 p { color: rgb(192,152,159); }

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

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

 a { background-color: rgb(192,152,159); }

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

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

 span { border-color: rgb(192,152,159); }

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