Shades of Careys Pink #C2A5AD
Tints of Careys Pink #C2A5AD
RGB
CMYK
RGB Variations
Color information
#C2A5AD (or 0xC2A5AD) is known color: Careys Pink. HEX triplet: C2, A5 and AD. RGB value is (194,165,173). Sum of RGB (Red+Green+Blue) = 194+165+173=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A5AD is #3D5A52. Grayscale: #AEAEAE. Windows color (decimal): -4020819 or 11380162. OLE color: 11380162.
HSL color Cylindrical-coordinate representation of color #C2A5AD: hue angle of 343.45º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2A5AD is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 173 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.24 |
| HSL | 343.45º | 0.19% | 0.7% | - |
| HSV(B) | 343.45º | 0.15% | 0.76% | - |
| XYZ | 43.25 | 41.4 | 45.25 | - |
| YUV | 174.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 173 | 0 | 0.15 | 0.11 | 0.24 | 343.45 | 0.19 | 0.7 |
| Hex | C2 | A5 | AD | 0 | F | B | 18 | 157 | 13 | 46 |
| Octal | 302 | 245 | 255 | 0 | 17 | 13 | 30 | 527 | 23 | 106 |
| Binary | 11000010 | 10100101 | 10101101 | 0 | 1111 | 1011 | 11000 | 101010111 | 10011 | 1000110 |
Color Harmonies of #C2A5AD
Complementary color
Monochromatic Colors of #C2A5AD
Black with #C2A5AD
Text Example
Text Example
White with #C2A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A5AD; }
p { color: rgb(194,165,173); }
H1.HeaderClassName
{
color: #C2A5AD;
}
.AnyTagClassName
{
color: #C2A5AD;
}
</style>
background-color css
<style>
a { background-color: #C2A5AD; }
a { background-color: rgb(194,165,173); }
div.DivClassName
{
background-color: #C2A5AD;
}
.BgClassName
{
background-color: #C2A5AD;
}
</style>
border-color css
<style>
span { border-color: #C2A5AD; }
span { border-color: rgb(194,165,173); }
td.TdClassName
{
border-color: #C2A5AD;
}
.TagClassName
{
border-color: #C2A5AD;
}
</style>