Shades of Careys Pink #C29293
Tints of Careys Pink #C29293
RGB
CMYK
RGB Variations
Color information
#C29293 (or 0xC29293) is known color: Careys Pink. HEX triplet: C2, 92 and 93. RGB value is (194,146,147). Sum of RGB (Red+Green+Blue) = 194+146+147=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C29293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29293 is #3D6D6C. Grayscale: #A0A0A0. Windows color (decimal): -4025709 or 9671362. OLE color: 9671362.
HSL color Cylindrical-coordinate representation of color #C29293: hue angle of 358.75º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C29293 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 147 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.24 |
| HSL | 358.75º | 0.28% | 0.67% | - |
| HSV(B) | 358.75º | 0.25% | 0.76% | - |
| XYZ | 37.79 | 34.13 | 32.2 | - |
| YUV | 160.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 147 | 0 | 0.25 | 0.24 | 0.24 | 358.75 | 0.28 | 0.67 |
| Hex | C2 | 92 | 93 | 0 | 19 | 18 | 18 | 167 | 1C | 43 |
| Octal | 302 | 222 | 223 | 0 | 31 | 30 | 30 | 547 | 34 | 103 |
| Binary | 11000010 | 10010010 | 10010011 | 0 | 11001 | 11000 | 11000 | 101100111 | 11100 | 1000011 |
Color Harmonies of #C29293
Complementary color
Monochromatic Colors of #C29293
Black with #C29293
Text Example
Text Example
White with #C29293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29293; }
p { color: rgb(194,146,147); }
H1.HeaderClassName
{
color: #C29293;
}
.AnyTagClassName
{
color: #C29293;
}
</style>
background-color css
<style>
a { background-color: #C29293; }
a { background-color: rgb(194,146,147); }
div.DivClassName
{
background-color: #C29293;
}
.BgClassName
{
background-color: #C29293;
}
</style>
border-color css
<style>
span { border-color: #C29293; }
span { border-color: rgb(194,146,147); }
td.TdClassName
{
border-color: #C29293;
}
.TagClassName
{
border-color: #C29293;
}
</style>