Shades of Careys Pink #C39CA0
Tints of Careys Pink #C39CA0
RGB
CMYK
RGB Variations
Color information
#C39CA0 (or 0xC39CA0) is known color: Careys Pink. HEX triplet: C3, 9C and A0. RGB value is (195,156,160). Sum of RGB (Red+Green+Blue) = 195+156+160=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C39CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39CA0 is #3C635F. Grayscale: #A8A8A8. Windows color (decimal): -3957600 or 10525891. OLE color: 10525891.
HSL color Cylindrical-coordinate representation of color #C39CA0: hue angle of 353.85º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C39CA0 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 160 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.24 |
| HSL | 353.85º | 0.25% | 0.69% | - |
| HSV(B) | 353.85º | 0.2% | 0.76% | - |
| XYZ | 40.74 | 37.92 | 38.43 | - |
| YUV | 168.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 160 | 0 | 0.20 | 0.18 | 0.24 | 353.85 | 0.25 | 0.69 |
| Hex | C3 | 9C | A0 | 0 | 14 | 12 | 18 | 162 | 19 | 45 |
| Octal | 303 | 234 | 240 | 0 | 24 | 22 | 30 | 542 | 31 | 105 |
| Binary | 11000011 | 10011100 | 10100000 | 0 | 10100 | 10010 | 11000 | 101100010 | 11001 | 1000101 |
Color Harmonies of #C39CA0
Complementary color
Monochromatic Colors of #C39CA0
Black with #C39CA0
Text Example
Text Example
White with #C39CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39CA0; }
p { color: rgb(195,156,160); }
H1.HeaderClassName
{
color: #C39CA0;
}
.AnyTagClassName
{
color: #C39CA0;
}
</style>
background-color css
<style>
a { background-color: #C39CA0; }
a { background-color: rgb(195,156,160); }
div.DivClassName
{
background-color: #C39CA0;
}
.BgClassName
{
background-color: #C39CA0;
}
</style>
border-color css
<style>
span { border-color: #C39CA0; }
span { border-color: rgb(195,156,160); }
td.TdClassName
{
border-color: #C39CA0;
}
.TagClassName
{
border-color: #C39CA0;
}
</style>