Shades of Careys Pink #C39A9F
Tints of Careys Pink #C39A9F
RGB
CMYK
RGB Variations
Color information
#C39A9F (or 0xC39A9F) is known color: Careys Pink. HEX triplet: C3, 9A and 9F. RGB value is (195,154,159). Sum of RGB (Red+Green+Blue) = 195+154+159=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A9F is #3C6560. Grayscale: #A6A6A6. Windows color (decimal): -3958113 or 10459843. OLE color: 10459843.
HSL color Cylindrical-coordinate representation of color #C39A9F: hue angle of 352.68º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C39A9F is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 159 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.24 |
| HSL | 352.68º | 0.25% | 0.68% | - |
| HSV(B) | 352.68º | 0.21% | 0.76% | - |
| XYZ | 40.32 | 37.22 | 37.86 | - |
| YUV | 166.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 159 | 0 | 0.21 | 0.18 | 0.24 | 352.68 | 0.25 | 0.68 |
| Hex | C3 | 9A | 9F | 0 | 15 | 12 | 18 | 161 | 19 | 44 |
| Octal | 303 | 232 | 237 | 0 | 25 | 22 | 30 | 541 | 31 | 104 |
| Binary | 11000011 | 10011010 | 10011111 | 0 | 10101 | 10010 | 11000 | 101100001 | 11001 | 1000100 |
Color Harmonies of #C39A9F
Complementary color
Monochromatic Colors of #C39A9F
Black with #C39A9F
Text Example
Text Example
White with #C39A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A9F; }
p { color: rgb(195,154,159); }
H1.HeaderClassName
{
color: #C39A9F;
}
.AnyTagClassName
{
color: #C39A9F;
}
</style>
background-color css
<style>
a { background-color: #C39A9F; }
a { background-color: rgb(195,154,159); }
div.DivClassName
{
background-color: #C39A9F;
}
.BgClassName
{
background-color: #C39A9F;
}
</style>
border-color css
<style>
span { border-color: #C39A9F; }
span { border-color: rgb(195,154,159); }
td.TdClassName
{
border-color: #C39A9F;
}
.TagClassName
{
border-color: #C39A9F;
}
</style>