Shades of Careys Pink #C29A9D
Tints of Careys Pink #C29A9D
RGB
CMYK
RGB Variations
Color information
#C29A9D (or 0xC29A9D) is known color: Careys Pink. HEX triplet: C2, 9A and 9D. RGB value is (194,154,157). Sum of RGB (Red+Green+Blue) = 194+154+157=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29A9D is #3D6562. Grayscale: #A6A6A6. Windows color (decimal): -4023651 or 10328770. OLE color: 10328770.
HSL color Cylindrical-coordinate representation of color #C29A9D: hue angle of 355.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 #C29A9D is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 157 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.24 |
| HSL | 355.5º | 0.25% | 0.68% | - |
| HSV(B) | 355.5º | 0.21% | 0.76% | - |
| XYZ | 39.89 | 37.01 | 36.94 | - |
| YUV | 166.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 157 | 0 | 0.21 | 0.19 | 0.24 | 355.5 | 0.25 | 0.68 |
| Hex | C2 | 9A | 9D | 0 | 15 | 13 | 18 | 164 | 19 | 44 |
| Octal | 302 | 232 | 235 | 0 | 25 | 23 | 30 | 544 | 31 | 104 |
| Binary | 11000010 | 10011010 | 10011101 | 0 | 10101 | 10011 | 11000 | 101100100 | 11001 | 1000100 |
Color Harmonies of #C29A9D
Complementary color
Monochromatic Colors of #C29A9D
Black with #C29A9D
Text Example
Text Example
White with #C29A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A9D; }
p { color: rgb(194,154,157); }
H1.HeaderClassName
{
color: #C29A9D;
}
.AnyTagClassName
{
color: #C29A9D;
}
</style>
background-color css
<style>
a { background-color: #C29A9D; }
a { background-color: rgb(194,154,157); }
div.DivClassName
{
background-color: #C29A9D;
}
.BgClassName
{
background-color: #C29A9D;
}
</style>
border-color css
<style>
span { border-color: #C29A9D; }
span { border-color: rgb(194,154,157); }
td.TdClassName
{
border-color: #C29A9D;
}
.TagClassName
{
border-color: #C29A9D;
}
</style>