Shades of Careys Pink #C399A2
Tints of Careys Pink #C399A2
RGB
CMYK
RGB Variations
Color information
#C399A2 (or 0xC399A2) is known color: Careys Pink. HEX triplet: C3, 99 and A2. RGB value is (195,153,162). Sum of RGB (Red+Green+Blue) = 195+153+162=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C399A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C399A2 is #3C665D. Grayscale: #A6A6A6. Windows color (decimal): -3958366 or 10656195. OLE color: 10656195.
HSL color Cylindrical-coordinate representation of color #C399A2: hue angle of 347.14º 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 #C399A2 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 162 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.24 |
| HSL | 347.14º | 0.26% | 0.68% | - |
| HSV(B) | 347.14º | 0.22% | 0.76% | - |
| XYZ | 40.42 | 36.99 | 39.19 | - |
| YUV | 166.58 | 125.41 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 162 | 0 | 0.22 | 0.17 | 0.24 | 347.14 | 0.26 | 0.68 |
| Hex | C3 | 99 | A2 | 0 | 16 | 11 | 18 | 15B | 1A | 44 |
| Octal | 303 | 231 | 242 | 0 | 26 | 21 | 30 | 533 | 32 | 104 |
| Binary | 11000011 | 10011001 | 10100010 | 0 | 10110 | 10001 | 11000 | 101011011 | 11010 | 1000100 |
Color Harmonies of #C399A2
Complementary color
Monochromatic Colors of #C399A2
Black with #C399A2
Text Example
Text Example
White with #C399A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399A2; }
p { color: rgb(195,153,162); }
H1.HeaderClassName
{
color: #C399A2;
}
.AnyTagClassName
{
color: #C399A2;
}
</style>
background-color css
<style>
a { background-color: #C399A2; }
a { background-color: rgb(195,153,162); }
div.DivClassName
{
background-color: #C399A2;
}
.BgClassName
{
background-color: #C399A2;
}
</style>
border-color css
<style>
span { border-color: #C399A2; }
span { border-color: rgb(195,153,162); }
td.TdClassName
{
border-color: #C399A2;
}
.TagClassName
{
border-color: #C399A2;
}
</style>