Shades of Careys Pink #C399A0
Tints of Careys Pink #C399A0
RGB
CMYK
RGB Variations
Color information
#C399A0 (or 0xC399A0) is known color: Careys Pink. HEX triplet: C3, 99 and A0. RGB value is (195,153,160). Sum of RGB (Red+Green+Blue) = 195+153+160=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C399A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C399A0 is #3C665F. Grayscale: #A6A6A6. Windows color (decimal): -3958368 or 10525123. OLE color: 10525123.
HSL color Cylindrical-coordinate representation of color #C399A0: hue angle of 350º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C399A0 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 160 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.24 |
| HSL | 350º | 0.26% | 0.68% | - |
| HSV(B) | 350º | 0.22% | 0.76% | - |
| XYZ | 40.24 | 36.92 | 38.26 | - |
| YUV | 166.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 160 | 0 | 0.22 | 0.18 | 0.24 | 350 | 0.26 | 0.68 |
| Hex | C3 | 99 | A0 | 0 | 16 | 12 | 18 | 15E | 1A | 44 |
| Octal | 303 | 231 | 240 | 0 | 26 | 22 | 30 | 536 | 32 | 104 |
| Binary | 11000011 | 10011001 | 10100000 | 0 | 10110 | 10010 | 11000 | 101011110 | 11010 | 1000100 |
Color Harmonies of #C399A0
Complementary color
Monochromatic Colors of #C399A0
Black with #C399A0
Text Example
Text Example
White with #C399A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399A0; }
p { color: rgb(195,153,160); }
H1.HeaderClassName
{
color: #C399A0;
}
.AnyTagClassName
{
color: #C399A0;
}
</style>
background-color css
<style>
a { background-color: #C399A0; }
a { background-color: rgb(195,153,160); }
div.DivClassName
{
background-color: #C399A0;
}
.BgClassName
{
background-color: #C399A0;
}
</style>
border-color css
<style>
span { border-color: #C399A0; }
span { border-color: rgb(195,153,160); }
td.TdClassName
{
border-color: #C399A0;
}
.TagClassName
{
border-color: #C399A0;
}
</style>