Shades of Careys Pink #C09C9E
Tints of Careys Pink #C09C9E
RGB
CMYK
RGB Variations
Color information
#C09C9E (or 0xC09C9E) is known color: Careys Pink. HEX triplet: C0, 9C and 9E. RGB value is (192,156,158). Sum of RGB (Red+Green+Blue) = 192+156+158=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09C9E is #3F6361. Grayscale: #A7A7A7. Windows color (decimal): -4154210 or 10394816. OLE color: 10394816.
HSL color Cylindrical-coordinate representation of color #C09C9E: hue angle of 356.67º degrees, saturation: 0.22, 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 #C09C9E is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 158 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.25 |
| HSL | 356.67º | 0.22% | 0.68% | - |
| HSV(B) | 356.67º | 0.19% | 0.75% | - |
| XYZ | 39.8 | 37.45 | 37.48 | - |
| YUV | 166.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 158 | 0 | 0.19 | 0.18 | 0.25 | 356.67 | 0.22 | 0.68 |
| Hex | C0 | 9C | 9E | 0 | 13 | 12 | 19 | 165 | 16 | 44 |
| Octal | 300 | 234 | 236 | 0 | 23 | 22 | 31 | 545 | 26 | 104 |
| Binary | 11000000 | 10011100 | 10011110 | 0 | 10011 | 10010 | 11001 | 101100101 | 10110 | 1000100 |
Color Harmonies of #C09C9E
Complementary color
Monochromatic Colors of #C09C9E
Black with #C09C9E
Text Example
Text Example
White with #C09C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C9E; }
p { color: rgb(192,156,158); }
H1.HeaderClassName
{
color: #C09C9E;
}
.AnyTagClassName
{
color: #C09C9E;
}
</style>
background-color css
<style>
a { background-color: #C09C9E; }
a { background-color: rgb(192,156,158); }
div.DivClassName
{
background-color: #C09C9E;
}
.BgClassName
{
background-color: #C09C9E;
}
</style>
border-color css
<style>
span { border-color: #C09C9E; }
span { border-color: rgb(192,156,158); }
td.TdClassName
{
border-color: #C09C9E;
}
.TagClassName
{
border-color: #C09C9E;
}
</style>