Shades of Careys Pink #C29DA6
Tints of Careys Pink #C29DA6
RGB
CMYK
RGB Variations
Color information
#C29DA6 (or 0xC29DA6) is known color: Careys Pink. HEX triplet: C2, 9D and A6. RGB value is (194,157,166). Sum of RGB (Red+Green+Blue) = 194+157+166=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29DA6 is #3D6259. Grayscale: #A9A9A9. Windows color (decimal): -4022874 or 10919362. OLE color: 10919362.
HSL color Cylindrical-coordinate representation of color #C29DA6: hue angle of 345.41º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C29DA6 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 166 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.24 |
| HSL | 345.41º | 0.23% | 0.69% | - |
| HSV(B) | 345.41º | 0.19% | 0.76% | - |
| XYZ | 41.19 | 38.34 | 41.31 | - |
| YUV | 169.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 166 | 0 | 0.19 | 0.14 | 0.24 | 345.41 | 0.23 | 0.69 |
| Hex | C2 | 9D | A6 | 0 | 13 | E | 18 | 159 | 17 | 45 |
| Octal | 302 | 235 | 246 | 0 | 23 | 16 | 30 | 531 | 27 | 105 |
| Binary | 11000010 | 10011101 | 10100110 | 0 | 10011 | 1110 | 11000 | 101011001 | 10111 | 1000101 |
Color Harmonies of #C29DA6
Complementary color
Monochromatic Colors of #C29DA6
Black with #C29DA6
Text Example
Text Example
White with #C29DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29DA6; }
p { color: rgb(194,157,166); }
H1.HeaderClassName
{
color: #C29DA6;
}
.AnyTagClassName
{
color: #C29DA6;
}
</style>
background-color css
<style>
a { background-color: #C29DA6; }
a { background-color: rgb(194,157,166); }
div.DivClassName
{
background-color: #C29DA6;
}
.BgClassName
{
background-color: #C29DA6;
}
</style>
border-color css
<style>
span { border-color: #C29DA6; }
span { border-color: rgb(194,157,166); }
td.TdClassName
{
border-color: #C29DA6;
}
.TagClassName
{
border-color: #C29DA6;
}
</style>