Shades of Careys Pink #C09BA0
Tints of Careys Pink #C09BA0
RGB
CMYK
RGB Variations
Color information
#C09BA0 (or 0xC09BA0) is known color: Careys Pink. HEX triplet: C0, 9B and A0. RGB value is (192,155,160). Sum of RGB (Red+Green+Blue) = 192+155+160=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C09BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09BA0 is #3F645F. Grayscale: #A6A6A6. Windows color (decimal): -4154464 or 10525632. OLE color: 10525632.
HSL color Cylindrical-coordinate representation of color #C09BA0: hue angle of 351.89º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C09BA0 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 160 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.25 |
| HSL | 351.89º | 0.23% | 0.68% | - |
| HSV(B) | 351.89º | 0.19% | 0.75% | - |
| XYZ | 39.8 | 37.19 | 38.34 | - |
| YUV | 166.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 160 | 0 | 0.19 | 0.17 | 0.25 | 351.89 | 0.23 | 0.68 |
| Hex | C0 | 9B | A0 | 0 | 13 | 11 | 19 | 160 | 17 | 44 |
| Octal | 300 | 233 | 240 | 0 | 23 | 21 | 31 | 540 | 27 | 104 |
| Binary | 11000000 | 10011011 | 10100000 | 0 | 10011 | 10001 | 11001 | 101100000 | 10111 | 1000100 |
Color Harmonies of #C09BA0
Complementary color
Monochromatic Colors of #C09BA0
Black with #C09BA0
Text Example
Text Example
White with #C09BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BA0; }
p { color: rgb(192,155,160); }
H1.HeaderClassName
{
color: #C09BA0;
}
.AnyTagClassName
{
color: #C09BA0;
}
</style>
background-color css
<style>
a { background-color: #C09BA0; }
a { background-color: rgb(192,155,160); }
div.DivClassName
{
background-color: #C09BA0;
}
.BgClassName
{
background-color: #C09BA0;
}
</style>
border-color css
<style>
span { border-color: #C09BA0; }
span { border-color: rgb(192,155,160); }
td.TdClassName
{
border-color: #C09BA0;
}
.TagClassName
{
border-color: #C09BA0;
}
</style>