Shades of Careys Pink #C3A8AA
Tints of Careys Pink #C3A8AA
RGB
CMYK
RGB Variations
Color information
#C3A8AA (or 0xC3A8AA) is known color: Careys Pink. HEX triplet: C3, A8 and AA. RGB value is (195,168,170). Sum of RGB (Red+Green+Blue) = 195+168+170=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A8AA is #3C5755. Grayscale: #B0B0B0. Windows color (decimal): -3954518 or 11184323. OLE color: 11184323.
HSL color Cylindrical-coordinate representation of color #C3A8AA: hue angle of 355.56º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3A8AA is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 170 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.24 |
| HSL | 355.56º | 0.18% | 0.71% | - |
| HSV(B) | 355.56º | 0.14% | 0.76% | - |
| XYZ | 43.76 | 42.51 | 43.93 | - |
| YUV | 176.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 170 | 0 | 0.14 | 0.13 | 0.24 | 355.56 | 0.18 | 0.71 |
| Hex | C3 | A8 | AA | 0 | E | D | 18 | 164 | 12 | 47 |
| Octal | 303 | 250 | 252 | 0 | 16 | 15 | 30 | 544 | 22 | 107 |
| Binary | 11000011 | 10101000 | 10101010 | 0 | 1110 | 1101 | 11000 | 101100100 | 10010 | 1000111 |
Color Harmonies of #C3A8AA
Complementary color
Monochromatic Colors of #C3A8AA
Black with #C3A8AA
Text Example
Text Example
White with #C3A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A8AA; }
p { color: rgb(195,168,170); }
H1.HeaderClassName
{
color: #C3A8AA;
}
.AnyTagClassName
{
color: #C3A8AA;
}
</style>
background-color css
<style>
a { background-color: #C3A8AA; }
a { background-color: rgb(195,168,170); }
div.DivClassName
{
background-color: #C3A8AA;
}
.BgClassName
{
background-color: #C3A8AA;
}
</style>
border-color css
<style>
span { border-color: #C3A8AA; }
span { border-color: rgb(195,168,170); }
td.TdClassName
{
border-color: #C3A8AA;
}
.TagClassName
{
border-color: #C3A8AA;
}
</style>