Shades of Careys Pink #C39294
Tints of Careys Pink #C39294
RGB
CMYK
RGB Variations
Color information
#C39294 (or 0xC39294) is known color: Careys Pink. HEX triplet: C3, 92 and 94. RGB value is (195,146,148). Sum of RGB (Red+Green+Blue) = 195+146+148=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C39294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39294 is #3C6D6B. Grayscale: #A0A0A0. Windows color (decimal): -3960172 or 9736899. OLE color: 9736899.
HSL color Cylindrical-coordinate representation of color #C39294: hue angle of 357.55º degrees, saturation: 0.29, 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 #C39294 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 148 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.24 |
| HSL | 357.55º | 0.29% | 0.67% | - |
| HSV(B) | 357.55º | 0.25% | 0.76% | - |
| XYZ | 38.13 | 34.3 | 32.63 | - |
| YUV | 160.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 148 | 0 | 0.25 | 0.24 | 0.24 | 357.55 | 0.29 | 0.67 |
| Hex | C3 | 92 | 94 | 0 | 19 | 18 | 18 | 166 | 1D | 43 |
| Octal | 303 | 222 | 224 | 0 | 31 | 30 | 30 | 546 | 35 | 103 |
| Binary | 11000011 | 10010010 | 10010100 | 0 | 11001 | 11000 | 11000 | 101100110 | 11101 | 1000011 |
Color Harmonies of #C39294
Complementary color
Monochromatic Colors of #C39294
Black with #C39294
Text Example
Text Example
White with #C39294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39294; }
p { color: rgb(195,146,148); }
H1.HeaderClassName
{
color: #C39294;
}
.AnyTagClassName
{
color: #C39294;
}
</style>
background-color css
<style>
a { background-color: #C39294; }
a { background-color: rgb(195,146,148); }
div.DivClassName
{
background-color: #C39294;
}
.BgClassName
{
background-color: #C39294;
}
</style>
border-color css
<style>
span { border-color: #C39294; }
span { border-color: rgb(195,146,148); }
td.TdClassName
{
border-color: #C39294;
}
.TagClassName
{
border-color: #C39294;
}
</style>