Shades of Careys Pink #C3A7AD
Tints of Careys Pink #C3A7AD
RGB
CMYK
RGB Variations
Color information
#C3A7AD (or 0xC3A7AD) is known color: Careys Pink. HEX triplet: C3, A7 and AD. RGB value is (195,167,173). Sum of RGB (Red+Green+Blue) = 195+167+173=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A7AD is #3C5852. Grayscale: #B0B0B0. Windows color (decimal): -3954771 or 11380675. OLE color: 11380675.
HSL color Cylindrical-coordinate representation of color #C3A7AD: hue angle of 347.14º degrees, saturation: 0.19, 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 #C3A7AD is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 173 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.24 |
| HSL | 347.14º | 0.19% | 0.71% | - |
| HSV(B) | 347.14º | 0.14% | 0.76% | - |
| XYZ | 43.87 | 42.26 | 45.38 | - |
| YUV | 176.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 173 | 0 | 0.14 | 0.11 | 0.24 | 347.14 | 0.19 | 0.71 |
| Hex | C3 | A7 | AD | 0 | E | B | 18 | 15B | 13 | 47 |
| Octal | 303 | 247 | 255 | 0 | 16 | 13 | 30 | 533 | 23 | 107 |
| Binary | 11000011 | 10100111 | 10101101 | 0 | 1110 | 1011 | 11000 | 101011011 | 10011 | 1000111 |
Color Harmonies of #C3A7AD
Complementary color
Monochromatic Colors of #C3A7AD
Black with #C3A7AD
Text Example
Text Example
White with #C3A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A7AD; }
p { color: rgb(195,167,173); }
H1.HeaderClassName
{
color: #C3A7AD;
}
.AnyTagClassName
{
color: #C3A7AD;
}
</style>
background-color css
<style>
a { background-color: #C3A7AD; }
a { background-color: rgb(195,167,173); }
div.DivClassName
{
background-color: #C3A7AD;
}
.BgClassName
{
background-color: #C3A7AD;
}
</style>
border-color css
<style>
span { border-color: #C3A7AD; }
span { border-color: rgb(195,167,173); }
td.TdClassName
{
border-color: #C3A7AD;
}
.TagClassName
{
border-color: #C3A7AD;
}
</style>