Shades of Careys Pink #C09599
Tints of Careys Pink #C09599
RGB
CMYK
RGB Variations
Color information
#C09599 (or 0xC09599) is known color: Careys Pink. HEX triplet: C0, 95 and 99. RGB value is (192,149,153). Sum of RGB (Red+Green+Blue) = 192+149+153=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C09599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09599 is #3F6A66. Grayscale: #A2A2A2. Windows color (decimal): -4156007 or 10065344. OLE color: 10065344.
HSL color Cylindrical-coordinate representation of color #C09599: hue angle of 354.42º 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 #C09599 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 153 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.25 |
| HSL | 354.42º | 0.25% | 0.67% | - |
| HSV(B) | 354.42º | 0.22% | 0.75% | - |
| XYZ | 38.24 | 35 | 34.88 | - |
| YUV | 162.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 153 | 0 | 0.22 | 0.20 | 0.25 | 354.42 | 0.25 | 0.67 |
| Hex | C0 | 95 | 99 | 0 | 16 | 14 | 19 | 162 | 19 | 43 |
| Octal | 300 | 225 | 231 | 0 | 26 | 24 | 31 | 542 | 31 | 103 |
| Binary | 11000000 | 10010101 | 10011001 | 0 | 10110 | 10100 | 11001 | 101100010 | 11001 | 1000011 |
Color Harmonies of #C09599
Complementary color
Monochromatic Colors of #C09599
Black with #C09599
Text Example
Text Example
White with #C09599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09599; }
p { color: rgb(192,149,153); }
H1.HeaderClassName
{
color: #C09599;
}
.AnyTagClassName
{
color: #C09599;
}
</style>
background-color css
<style>
a { background-color: #C09599; }
a { background-color: rgb(192,149,153); }
div.DivClassName
{
background-color: #C09599;
}
.BgClassName
{
background-color: #C09599;
}
</style>
border-color css
<style>
span { border-color: #C09599; }
span { border-color: rgb(192,149,153); }
td.TdClassName
{
border-color: #C09599;
}
.TagClassName
{
border-color: #C09599;
}
</style>