Shades of Careys Pink #C3A7AF
Tints of Careys Pink #C3A7AF
RGB
CMYK
RGB Variations
Color information
#C3A7AF (or 0xC3A7AF) is known color: Careys Pink. HEX triplet: C3, A7 and AF. RGB value is (195,167,175). Sum of RGB (Red+Green+Blue) = 195+167+175=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A7AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A7AF is #3C5850. Grayscale: #B0B0B0. Windows color (decimal): -3954769 or 11511747. OLE color: 11511747.
HSL color Cylindrical-coordinate representation of color #C3A7AF: hue angle of 342.86º 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 #C3A7AF is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 175 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.24 |
| HSL | 342.86º | 0.19% | 0.71% | - |
| HSV(B) | 342.86º | 0.14% | 0.76% | - |
| XYZ | 44.06 | 42.33 | 46.41 | - |
| YUV | 176.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 175 | 0 | 0.14 | 0.10 | 0.24 | 342.86 | 0.19 | 0.71 |
| Hex | C3 | A7 | AF | 0 | E | A | 18 | 157 | 13 | 47 |
| Octal | 303 | 247 | 257 | 0 | 16 | 12 | 30 | 527 | 23 | 107 |
| Binary | 11000011 | 10100111 | 10101111 | 0 | 1110 | 1010 | 11000 | 101010111 | 10011 | 1000111 |
Color Harmonies of #C3A7AF
Complementary color
Monochromatic Colors of #C3A7AF
Black with #C3A7AF
Text Example
Text Example
White with #C3A7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A7AF; }
p { color: rgb(195,167,175); }
H1.HeaderClassName
{
color: #C3A7AF;
}
.AnyTagClassName
{
color: #C3A7AF;
}
</style>
background-color css
<style>
a { background-color: #C3A7AF; }
a { background-color: rgb(195,167,175); }
div.DivClassName
{
background-color: #C3A7AF;
}
.BgClassName
{
background-color: #C3A7AF;
}
</style>
border-color css
<style>
span { border-color: #C3A7AF; }
span { border-color: rgb(195,167,175); }
td.TdClassName
{
border-color: #C3A7AF;
}
.TagClassName
{
border-color: #C3A7AF;
}
</style>