Shades of Careys Pink #C29399
Tints of Careys Pink #C29399
RGB
CMYK
RGB Variations
Color information
#C29399 (or 0xC29399) is known color: Careys Pink. HEX triplet: C2, 93 and 99. RGB value is (194,147,153). Sum of RGB (Red+Green+Blue) = 194+147+153=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C29399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29399 is #3D6C66. Grayscale: #A1A1A1. Windows color (decimal): -4025447 or 10064834. OLE color: 10064834.
HSL color Cylindrical-coordinate representation of color #C29399: hue angle of 352.34º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C29399 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 153 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.24 |
| HSL | 352.34º | 0.28% | 0.67% | - |
| HSV(B) | 352.34º | 0.24% | 0.76% | - |
| XYZ | 38.43 | 34.64 | 34.8 | - |
| YUV | 161.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 153 | 0 | 0.24 | 0.21 | 0.24 | 352.34 | 0.28 | 0.67 |
| Hex | C2 | 93 | 99 | 0 | 18 | 15 | 18 | 160 | 1C | 43 |
| Octal | 302 | 223 | 231 | 0 | 30 | 25 | 30 | 540 | 34 | 103 |
| Binary | 11000010 | 10010011 | 10011001 | 0 | 11000 | 10101 | 11000 | 101100000 | 11100 | 1000011 |
Color Harmonies of #C29399
Complementary color
Monochromatic Colors of #C29399
Black with #C29399
Text Example
Text Example
White with #C29399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29399; }
p { color: rgb(194,147,153); }
H1.HeaderClassName
{
color: #C29399;
}
.AnyTagClassName
{
color: #C29399;
}
</style>
background-color css
<style>
a { background-color: #C29399; }
a { background-color: rgb(194,147,153); }
div.DivClassName
{
background-color: #C29399;
}
.BgClassName
{
background-color: #C29399;
}
</style>
border-color css
<style>
span { border-color: #C29399; }
span { border-color: rgb(194,147,153); }
td.TdClassName
{
border-color: #C29399;
}
.TagClassName
{
border-color: #C29399;
}
</style>