Shades of Careys Pink #C0999B
Tints of Careys Pink #C0999B
RGB
CMYK
RGB Variations
Color information
#C0999B (or 0xC0999B) is known color: 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
| RGB | 192 | 153 | 155 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.25 |
| HSL | 356.92º | 0.24% | 0.68% | - |
| HSV(B) | 356.92º | 0.2% | 0.75% | - |
| XYZ | 39.05 | 36.36 | 35.97 | - |
| YUV | 164.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 155 | 0 | 0.20 | 0.19 | 0.25 | 356.92 | 0.24 | 0.68 |
| Hex | C0 | 99 | 9B | 0 | 14 | 13 | 19 | 165 | 18 | 44 |
| Octal | 300 | 231 | 233 | 0 | 24 | 23 | 31 | 545 | 30 | 104 |
| Binary | 11000000 | 10011001 | 10011011 | 0 | 10100 | 10011 | 11001 | 101100101 | 11000 | 1000100 |
Color Harmonies of #C0999B
Complementary color
Monochromatic Colors of #C0999B
Black with #C0999B
Text Example
Text Example
White with #C0999B
Text Example
Text Example
HTML Codes & Css Web 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>