Shades of Careys Pink #C0959B
Tints of Careys Pink #C0959B
RGB
CMYK
RGB Variations
Color information
#C0959B (or 0xC0959B) is known color: Careys Pink. HEX triplet: C0, 95 and 9B. RGB value is (192,149,155). Sum of RGB (Red+Green+Blue) = 192+149+155=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0959B is #3F6A64. Grayscale: #A2A2A2. Windows color (decimal): -4156005 or 10196416. OLE color: 10196416.
HSL color Cylindrical-coordinate representation of color #C0959B: hue angle of 351.63º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0959B is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 155 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.25 |
| HSL | 351.63º | 0.25% | 0.67% | - |
| HSV(B) | 351.63º | 0.22% | 0.75% | - |
| XYZ | 38.4 | 35.07 | 35.76 | - |
| YUV | 162.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 155 | 0 | 0.22 | 0.19 | 0.25 | 351.63 | 0.25 | 0.67 |
| Hex | C0 | 95 | 9B | 0 | 16 | 13 | 19 | 160 | 19 | 43 |
| Octal | 300 | 225 | 233 | 0 | 26 | 23 | 31 | 540 | 31 | 103 |
| Binary | 11000000 | 10010101 | 10011011 | 0 | 10110 | 10011 | 11001 | 101100000 | 11001 | 1000011 |
Color Harmonies of #C0959B
Complementary color
Monochromatic Colors of #C0959B
Black with #C0959B
Text Example
Text Example
White with #C0959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0959B; }
p { color: rgb(192,149,155); }
H1.HeaderClassName
{
color: #C0959B;
}
.AnyTagClassName
{
color: #C0959B;
}
</style>
background-color css
<style>
a { background-color: #C0959B; }
a { background-color: rgb(192,149,155); }
div.DivClassName
{
background-color: #C0959B;
}
.BgClassName
{
background-color: #C0959B;
}
</style>
border-color css
<style>
span { border-color: #C0959B; }
span { border-color: rgb(192,149,155); }
td.TdClassName
{
border-color: #C0959B;
}
.TagClassName
{
border-color: #C0959B;
}
</style>