#C0999B

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

Shades of Careys Pink #C0999B

Tints of Careys Pink #C0999B

Color information

#C0999B (or 0xC0999B) is unknown color: approx Careys Pink. HEX triplet: C0, 99 and 9B. RGB value is (192,153,155). Sum of RGB (Red+Green+Blue) = 192+153+155=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C0999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0999B is #3F6664. Grayscale: #A4A4A4. Windows color (decimal): -4154981 or 10197440. OLE color: 10197440.

HSL color Cylindrical-coordinate representation of color #C0999B: hue angle of 356.92º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0999B is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB192153155-
CMYK00.200.190.25
HSL356.92º23.64%67.65%-
HSV(B)356.92º20.31%75.29%-
XYZ39.0536.3635.97-
YUV164.89122.42147.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.4%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 155 (60.94% from 255) = 31%
R=38.4%
G=30.6%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215315500.200.190.25356.9223.6467.65
HexC0999B01413191651844
Octal300231233024233154530104
Binary1100000010011001100110110101001001111001101100101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0999B; }

 p { color: rgb(192,153,155); }

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

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

 a { background-color: rgb(192,153,155); }

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

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

 span { border-color: rgb(192,153,155); }

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