Shades of Careys Pink #C09A9E
Tints of Careys Pink #C09A9E
RGB
CMYK
RGB Variations
Color information
#C09A9E (or 0xC09A9E) is known color: Careys Pink. HEX triplet: C0, 9A and 9E. RGB value is (192,154,158). Sum of RGB (Red+Green+Blue) = 192+154+158=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09A9E is #3F6561. Grayscale: #A5A5A5. Windows color (decimal): -4154722 or 10394304. OLE color: 10394304.
HSL color Cylindrical-coordinate representation of color #C09A9E: hue angle of 353.68º 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 #C09A9E is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 158 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.25 |
| HSL | 353.68º | 0.23% | 0.68% | - |
| HSV(B) | 353.68º | 0.2% | 0.75% | - |
| XYZ | 39.47 | 36.79 | 37.37 | - |
| YUV | 165.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 158 | 0 | 0.20 | 0.18 | 0.25 | 353.68 | 0.23 | 0.68 |
| Hex | C0 | 9A | 9E | 0 | 14 | 12 | 19 | 162 | 17 | 44 |
| Octal | 300 | 232 | 236 | 0 | 24 | 22 | 31 | 542 | 27 | 104 |
| Binary | 11000000 | 10011010 | 10011110 | 0 | 10100 | 10010 | 11001 | 101100010 | 10111 | 1000100 |
Color Harmonies of #C09A9E
Complementary color
Monochromatic Colors of #C09A9E
Black with #C09A9E
Text Example
Text Example
White with #C09A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A9E; }
p { color: rgb(192,154,158); }
H1.HeaderClassName
{
color: #C09A9E;
}
.AnyTagClassName
{
color: #C09A9E;
}
</style>
background-color css
<style>
a { background-color: #C09A9E; }
a { background-color: rgb(192,154,158); }
div.DivClassName
{
background-color: #C09A9E;
}
.BgClassName
{
background-color: #C09A9E;
}
</style>
border-color css
<style>
span { border-color: #C09A9E; }
span { border-color: rgb(192,154,158); }
td.TdClassName
{
border-color: #C09A9E;
}
.TagClassName
{
border-color: #C09A9E;
}
</style>