Shades of Careys Pink #C29D9E
Tints of Careys Pink #C29D9E
RGB
CMYK
RGB Variations
Color information
#C29D9E (or 0xC29D9E) is known color: Careys Pink. HEX triplet: C2, 9D and 9E. RGB value is (194,157,158). Sum of RGB (Red+Green+Blue) = 194+157+158=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29D9E is #3D6261. Grayscale: #A8A8A8. Windows color (decimal): -4022882 or 10395074. OLE color: 10395074.
HSL color Cylindrical-coordinate representation of color #C29D9E: hue angle of 358.38º 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 #C29D9E is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 158 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.24 |
| HSL | 358.38º | 0.23% | 0.69% | - |
| HSV(B) | 358.38º | 0.19% | 0.76% | - |
| XYZ | 40.48 | 38.05 | 37.56 | - |
| YUV | 168.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 158 | 0 | 0.19 | 0.19 | 0.24 | 358.38 | 0.23 | 0.69 |
| Hex | C2 | 9D | 9E | 0 | 13 | 13 | 18 | 166 | 17 | 45 |
| Octal | 302 | 235 | 236 | 0 | 23 | 23 | 30 | 546 | 27 | 105 |
| Binary | 11000010 | 10011101 | 10011110 | 0 | 10011 | 10011 | 11000 | 101100110 | 10111 | 1000101 |
Color Harmonies of #C29D9E
Complementary color
Monochromatic Colors of #C29D9E
Black with #C29D9E
Text Example
Text Example
White with #C29D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D9E; }
p { color: rgb(194,157,158); }
H1.HeaderClassName
{
color: #C29D9E;
}
.AnyTagClassName
{
color: #C29D9E;
}
</style>
background-color css
<style>
a { background-color: #C29D9E; }
a { background-color: rgb(194,157,158); }
div.DivClassName
{
background-color: #C29D9E;
}
.BgClassName
{
background-color: #C29D9E;
}
</style>
border-color css
<style>
span { border-color: #C29D9E; }
span { border-color: rgb(194,157,158); }
td.TdClassName
{
border-color: #C29D9E;
}
.TagClassName
{
border-color: #C29D9E;
}
</style>