Shades of Careys Pink #C29599
Tints of Careys Pink #C29599
RGB
CMYK
RGB Variations
Color information
#C29599 (or 0xC29599) is known color: Careys Pink. HEX triplet: C2, 95 and 99. RGB value is (194,149,153). Sum of RGB (Red+Green+Blue) = 194+149+153=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C29599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29599 is #3D6A66. Grayscale: #A2A2A2. Windows color (decimal): -4024935 or 10065346. OLE color: 10065346.
HSL color Cylindrical-coordinate representation of color #C29599: hue angle of 354.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C29599 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 153 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.24 |
| HSL | 354.67º | 0.27% | 0.67% | - |
| HSV(B) | 354.67º | 0.23% | 0.76% | - |
| XYZ | 38.75 | 35.26 | 34.9 | - |
| YUV | 162.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 153 | 0 | 0.23 | 0.21 | 0.24 | 354.67 | 0.27 | 0.67 |
| Hex | C2 | 95 | 99 | 0 | 17 | 15 | 18 | 163 | 1B | 43 |
| Octal | 302 | 225 | 231 | 0 | 27 | 25 | 30 | 543 | 33 | 103 |
| Binary | 11000010 | 10010101 | 10011001 | 0 | 10111 | 10101 | 11000 | 101100011 | 11011 | 1000011 |
Color Harmonies of #C29599
Complementary color
Monochromatic Colors of #C29599
Black with #C29599
Text Example
Text Example
White with #C29599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29599; }
p { color: rgb(194,149,153); }
H1.HeaderClassName
{
color: #C29599;
}
.AnyTagClassName
{
color: #C29599;
}
</style>
background-color css
<style>
a { background-color: #C29599; }
a { background-color: rgb(194,149,153); }
div.DivClassName
{
background-color: #C29599;
}
.BgClassName
{
background-color: #C29599;
}
</style>
border-color css
<style>
span { border-color: #C29599; }
span { border-color: rgb(194,149,153); }
td.TdClassName
{
border-color: #C29599;
}
.TagClassName
{
border-color: #C29599;
}
</style>