Shades of Careys Pink #C3A6AD
Tints of Careys Pink #C3A6AD
RGB
CMYK
RGB Variations
Color information
#C3A6AD (or 0xC3A6AD) is known color: Careys Pink. HEX triplet: C3, A6 and AD. RGB value is (195,166,173). Sum of RGB (Red+Green+Blue) = 195+166+173=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A6AD is #3C5952. Grayscale: #AFAFAF. Windows color (decimal): -3955027 or 11380419. OLE color: 11380419.
HSL color Cylindrical-coordinate representation of color #C3A6AD: hue angle of 345.52º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3A6AD is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 173 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.24 |
| HSL | 345.52º | 0.19% | 0.71% | - |
| HSV(B) | 345.52º | 0.15% | 0.76% | - |
| XYZ | 43.68 | 41.89 | 45.32 | - |
| YUV | 175.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 173 | 0 | 0.15 | 0.11 | 0.24 | 345.52 | 0.19 | 0.71 |
| Hex | C3 | A6 | AD | 0 | F | B | 18 | 15A | 13 | 47 |
| Octal | 303 | 246 | 255 | 0 | 17 | 13 | 30 | 532 | 23 | 107 |
| Binary | 11000011 | 10100110 | 10101101 | 0 | 1111 | 1011 | 11000 | 101011010 | 10011 | 1000111 |
Color Harmonies of #C3A6AD
Complementary color
Monochromatic Colors of #C3A6AD
Black with #C3A6AD
Text Example
Text Example
White with #C3A6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A6AD; }
p { color: rgb(195,166,173); }
H1.HeaderClassName
{
color: #C3A6AD;
}
.AnyTagClassName
{
color: #C3A6AD;
}
</style>
background-color css
<style>
a { background-color: #C3A6AD; }
a { background-color: rgb(195,166,173); }
div.DivClassName
{
background-color: #C3A6AD;
}
.BgClassName
{
background-color: #C3A6AD;
}
</style>
border-color css
<style>
span { border-color: #C3A6AD; }
span { border-color: rgb(195,166,173); }
td.TdClassName
{
border-color: #C3A6AD;
}
.TagClassName
{
border-color: #C3A6AD;
}
</style>