Shades of Careys Pink #C3A8AD
Tints of Careys Pink #C3A8AD
RGB
CMYK
RGB Variations
Color information
#C3A8AD (or 0xC3A8AD) is known color: Careys Pink. HEX triplet: C3, A8 and AD. RGB value is (195,168,173). Sum of RGB (Red+Green+Blue) = 195+168+173=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A8AD is #3C5752. Grayscale: #B0B0B0. Windows color (decimal): -3954515 or 11380931. OLE color: 11380931.
HSL color Cylindrical-coordinate representation of color #C3A8AD: hue angle of 348.89º 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 #C3A8AD is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 173 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.24 |
| HSL | 348.89º | 0.18% | 0.71% | - |
| HSV(B) | 348.89º | 0.14% | 0.76% | - |
| XYZ | 44.05 | 42.62 | 45.44 | - |
| YUV | 176.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 173 | 0 | 0.14 | 0.11 | 0.24 | 348.89 | 0.18 | 0.71 |
| Hex | C3 | A8 | AD | 0 | E | B | 18 | 15D | 12 | 47 |
| Octal | 303 | 250 | 255 | 0 | 16 | 13 | 30 | 535 | 22 | 107 |
| Binary | 11000011 | 10101000 | 10101101 | 0 | 1110 | 1011 | 11000 | 101011101 | 10010 | 1000111 |
Color Harmonies of #C3A8AD
Complementary color
Monochromatic Colors of #C3A8AD
Black with #C3A8AD
Text Example
Text Example
White with #C3A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A8AD; }
p { color: rgb(195,168,173); }
H1.HeaderClassName
{
color: #C3A8AD;
}
.AnyTagClassName
{
color: #C3A8AD;
}
</style>
background-color css
<style>
a { background-color: #C3A8AD; }
a { background-color: rgb(195,168,173); }
div.DivClassName
{
background-color: #C3A8AD;
}
.BgClassName
{
background-color: #C3A8AD;
}
</style>
border-color css
<style>
span { border-color: #C3A8AD; }
span { border-color: rgb(195,168,173); }
td.TdClassName
{
border-color: #C3A8AD;
}
.TagClassName
{
border-color: #C3A8AD;
}
</style>