Shades of Careys Pink #C29A9F
Tints of Careys Pink #C29A9F
RGB
CMYK
RGB Variations
Color information
#C29A9F (or 0xC29A9F) is known color: Careys Pink. HEX triplet: C2, 9A and 9F. RGB value is (194,154,159). Sum of RGB (Red+Green+Blue) = 194+154+159=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29A9F is #3D6560. Grayscale: #A6A6A6. Windows color (decimal): -4023649 or 10459842. OLE color: 10459842.
HSL color Cylindrical-coordinate representation of color #C29A9F: hue angle of 352.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C29A9F is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 159 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.24 |
| HSL | 352.5º | 0.25% | 0.68% | - |
| HSV(B) | 352.5º | 0.21% | 0.76% | - |
| XYZ | 40.06 | 37.08 | 37.85 | - |
| YUV | 166.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 159 | 0 | 0.21 | 0.18 | 0.24 | 352.5 | 0.25 | 0.68 |
| Hex | C2 | 9A | 9F | 0 | 15 | 12 | 18 | 160 | 19 | 44 |
| Octal | 302 | 232 | 237 | 0 | 25 | 22 | 30 | 540 | 31 | 104 |
| Binary | 11000010 | 10011010 | 10011111 | 0 | 10101 | 10010 | 11000 | 101100000 | 11001 | 1000100 |
Color Harmonies of #C29A9F
Complementary color
Monochromatic Colors of #C29A9F
Black with #C29A9F
Text Example
Text Example
White with #C29A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A9F; }
p { color: rgb(194,154,159); }
H1.HeaderClassName
{
color: #C29A9F;
}
.AnyTagClassName
{
color: #C29A9F;
}
</style>
background-color css
<style>
a { background-color: #C29A9F; }
a { background-color: rgb(194,154,159); }
div.DivClassName
{
background-color: #C29A9F;
}
.BgClassName
{
background-color: #C29A9F;
}
</style>
border-color css
<style>
span { border-color: #C29A9F; }
span { border-color: rgb(194,154,159); }
td.TdClassName
{
border-color: #C29A9F;
}
.TagClassName
{
border-color: #C29A9F;
}
</style>