Shades of Careys Pink #C09AA0
Tints of Careys Pink #C09AA0
RGB
CMYK
RGB Variations
Color information
#C09AA0 (or 0xC09AA0) is known color: Careys Pink. HEX triplet: C0, 9A and A0. RGB value is (192,154,160). Sum of RGB (Red+Green+Blue) = 192+154+160=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C09AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09AA0 is #3F655F. Grayscale: #A6A6A6. Windows color (decimal): -4154720 or 10525376. OLE color: 10525376.
HSL color Cylindrical-coordinate representation of color #C09AA0: hue angle of 350.53º degrees, saturation: 0.23, 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 #C09AA0 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 160 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.25 |
| HSL | 350.53º | 0.23% | 0.68% | - |
| HSV(B) | 350.53º | 0.2% | 0.75% | - |
| XYZ | 39.64 | 36.86 | 38.28 | - |
| YUV | 166.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 160 | 0 | 0.20 | 0.17 | 0.25 | 350.53 | 0.23 | 0.68 |
| Hex | C0 | 9A | A0 | 0 | 14 | 11 | 19 | 15F | 17 | 44 |
| Octal | 300 | 232 | 240 | 0 | 24 | 21 | 31 | 537 | 27 | 104 |
| Binary | 11000000 | 10011010 | 10100000 | 0 | 10100 | 10001 | 11001 | 101011111 | 10111 | 1000100 |
Color Harmonies of #C09AA0
Complementary color
Monochromatic Colors of #C09AA0
Black with #C09AA0
Text Example
Text Example
White with #C09AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AA0; }
p { color: rgb(192,154,160); }
H1.HeaderClassName
{
color: #C09AA0;
}
.AnyTagClassName
{
color: #C09AA0;
}
</style>
background-color css
<style>
a { background-color: #C09AA0; }
a { background-color: rgb(192,154,160); }
div.DivClassName
{
background-color: #C09AA0;
}
.BgClassName
{
background-color: #C09AA0;
}
</style>
border-color css
<style>
span { border-color: #C09AA0; }
span { border-color: rgb(192,154,160); }
td.TdClassName
{
border-color: #C09AA0;
}
.TagClassName
{
border-color: #C09AA0;
}
</style>