Shades of Careys Pink #C29497
Tints of Careys Pink #C29497
RGB
CMYK
RGB Variations
Color information
#C29497 (or 0xC29497) is known color: Careys Pink. HEX triplet: C2, 94 and 97. RGB value is (194,148,151). Sum of RGB (Red+Green+Blue) = 194+148+151=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C29497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29497 is #3D6B68. Grayscale: #A2A2A2. Windows color (decimal): -4025193 or 9934018. OLE color: 9934018.
HSL color Cylindrical-coordinate representation of color #C29497: hue angle of 356.09º degrees, saturation: 0.27, 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 #C29497 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 151 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.24 |
| HSL | 356.09º | 0.27% | 0.67% | - |
| HSV(B) | 356.09º | 0.24% | 0.76% | - |
| XYZ | 38.42 | 34.88 | 33.99 | - |
| YUV | 162.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 151 | 0 | 0.24 | 0.22 | 0.24 | 356.09 | 0.27 | 0.67 |
| Hex | C2 | 94 | 97 | 0 | 18 | 16 | 18 | 164 | 1B | 43 |
| Octal | 302 | 224 | 227 | 0 | 30 | 26 | 30 | 544 | 33 | 103 |
| Binary | 11000010 | 10010100 | 10010111 | 0 | 11000 | 10110 | 11000 | 101100100 | 11011 | 1000011 |
Color Harmonies of #C29497
Complementary color
Monochromatic Colors of #C29497
Black with #C29497
Text Example
Text Example
White with #C29497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29497; }
p { color: rgb(194,148,151); }
H1.HeaderClassName
{
color: #C29497;
}
.AnyTagClassName
{
color: #C29497;
}
</style>
background-color css
<style>
a { background-color: #C29497; }
a { background-color: rgb(194,148,151); }
div.DivClassName
{
background-color: #C29497;
}
.BgClassName
{
background-color: #C29497;
}
</style>
border-color css
<style>
span { border-color: #C29497; }
span { border-color: rgb(194,148,151); }
td.TdClassName
{
border-color: #C29497;
}
.TagClassName
{
border-color: #C29497;
}
</style>