Shades of Careys Pink #C39799
Tints of Careys Pink #C39799
RGB
CMYK
RGB Variations
Color information
#C39799 (or 0xC39799) is known color: Careys Pink. HEX triplet: C3, 97 and 99. RGB value is (195,151,153). Sum of RGB (Red+Green+Blue) = 195+151+153=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C39799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39799 is #3C6866. Grayscale: #A4A4A4. Windows color (decimal): -3958887 or 10065859. OLE color: 10065859.
HSL color Cylindrical-coordinate representation of color #C39799: hue angle of 357.27º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C39799 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 153 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.24 |
| HSL | 357.27º | 0.27% | 0.68% | - |
| HSV(B) | 357.27º | 0.23% | 0.76% | - |
| XYZ | 39.32 | 36.04 | 35.02 | - |
| YUV | 164.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 153 | 0 | 0.23 | 0.22 | 0.24 | 357.27 | 0.27 | 0.68 |
| Hex | C3 | 97 | 99 | 0 | 17 | 16 | 18 | 165 | 1B | 44 |
| Octal | 303 | 227 | 231 | 0 | 27 | 26 | 30 | 545 | 33 | 104 |
| Binary | 11000011 | 10010111 | 10011001 | 0 | 10111 | 10110 | 11000 | 101100101 | 11011 | 1000100 |
Color Harmonies of #C39799
Complementary color
Monochromatic Colors of #C39799
Black with #C39799
Text Example
Text Example
White with #C39799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39799; }
p { color: rgb(195,151,153); }
H1.HeaderClassName
{
color: #C39799;
}
.AnyTagClassName
{
color: #C39799;
}
</style>
background-color css
<style>
a { background-color: #C39799; }
a { background-color: rgb(195,151,153); }
div.DivClassName
{
background-color: #C39799;
}
.BgClassName
{
background-color: #C39799;
}
</style>
border-color css
<style>
span { border-color: #C39799; }
span { border-color: rgb(195,151,153); }
td.TdClassName
{
border-color: #C39799;
}
.TagClassName
{
border-color: #C39799;
}
</style>