Shades of Careys Pink #C39496
Tints of Careys Pink #C39496
RGB
CMYK
RGB Variations
Color information
#C39496 (or 0xC39496) is known color: Careys Pink. HEX triplet: C3, 94 and 96. RGB value is (195,148,150). Sum of RGB (Red+Green+Blue) = 195+148+150=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C39496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39496 is #3C6B69. Grayscale: #A2A2A2. Windows color (decimal): -3959658 or 9868483. OLE color: 9868483.
HSL color Cylindrical-coordinate representation of color #C39496: hue angle of 357.45º degrees, saturation: 0.28, 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 #C39496 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 150 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.24 |
| HSL | 357.45º | 0.28% | 0.67% | - |
| HSV(B) | 357.45º | 0.24% | 0.76% | - |
| XYZ | 38.6 | 34.98 | 33.57 | - |
| YUV | 162.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 150 | 0 | 0.24 | 0.23 | 0.24 | 357.45 | 0.28 | 0.67 |
| Hex | C3 | 94 | 96 | 0 | 18 | 17 | 18 | 165 | 1C | 43 |
| Octal | 303 | 224 | 226 | 0 | 30 | 27 | 30 | 545 | 34 | 103 |
| Binary | 11000011 | 10010100 | 10010110 | 0 | 11000 | 10111 | 11000 | 101100101 | 11100 | 1000011 |
Color Harmonies of #C39496
Complementary color
Monochromatic Colors of #C39496
Black with #C39496
Text Example
Text Example
White with #C39496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39496; }
p { color: rgb(195,148,150); }
H1.HeaderClassName
{
color: #C39496;
}
.AnyTagClassName
{
color: #C39496;
}
</style>
background-color css
<style>
a { background-color: #C39496; }
a { background-color: rgb(195,148,150); }
div.DivClassName
{
background-color: #C39496;
}
.BgClassName
{
background-color: #C39496;
}
</style>
border-color css
<style>
span { border-color: #C39496; }
span { border-color: rgb(195,148,150); }
td.TdClassName
{
border-color: #C39496;
}
.TagClassName
{
border-color: #C39496;
}
</style>