Shades of Careys Pink #C29495
Tints of Careys Pink #C29495
RGB
CMYK
RGB Variations
Color information
#C29495 (or 0xC29495) is known color: Careys Pink. HEX triplet: C2, 94 and 95. RGB value is (194,148,149). Sum of RGB (Red+Green+Blue) = 194+148+149=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C29495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29495 is #3D6B6A. Grayscale: #A1A1A1. Windows color (decimal): -4025195 or 9802946. OLE color: 9802946.
HSL color Cylindrical-coordinate representation of color #C29495: hue angle of 358.7º 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 #C29495 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 149 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.24 |
| HSL | 358.7º | 0.27% | 0.67% | - |
| HSV(B) | 358.7º | 0.24% | 0.76% | - |
| XYZ | 38.26 | 34.82 | 33.14 | - |
| YUV | 161.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 149 | 0 | 0.24 | 0.23 | 0.24 | 358.7 | 0.27 | 0.67 |
| Hex | C2 | 94 | 95 | 0 | 18 | 17 | 18 | 167 | 1B | 43 |
| Octal | 302 | 224 | 225 | 0 | 30 | 27 | 30 | 547 | 33 | 103 |
| Binary | 11000010 | 10010100 | 10010101 | 0 | 11000 | 10111 | 11000 | 101100111 | 11011 | 1000011 |
Color Harmonies of #C29495
Complementary color
Monochromatic Colors of #C29495
Black with #C29495
Text Example
Text Example
White with #C29495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29495; }
p { color: rgb(194,148,149); }
H1.HeaderClassName
{
color: #C29495;
}
.AnyTagClassName
{
color: #C29495;
}
</style>
background-color css
<style>
a { background-color: #C29495; }
a { background-color: rgb(194,148,149); }
div.DivClassName
{
background-color: #C29495;
}
.BgClassName
{
background-color: #C29495;
}
</style>
border-color css
<style>
span { border-color: #C29495; }
span { border-color: rgb(194,148,149); }
td.TdClassName
{
border-color: #C29495;
}
.TagClassName
{
border-color: #C29495;
}
</style>