Shades of Careys Pink #C2ACAE
Tints of Careys Pink #C2ACAE
RGB
CMYK
RGB Variations
Color information
#C2ACAE (or 0xC2ACAE) is known color: Careys Pink. HEX triplet: C2, AC and AE. RGB value is (194,172,174). Sum of RGB (Red+Green+Blue) = 194+172+174=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ACAE is #3D5351. Grayscale: #B2B2B2. Windows color (decimal): -4019026 or 11447490. OLE color: 11447490.
HSL color Cylindrical-coordinate representation of color #C2ACAE: hue angle of 354.55º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2ACAE is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 174 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.24 |
| HSL | 354.55º | 0.15% | 0.72% | - |
| HSV(B) | 354.55º | 0.11% | 0.76% | - |
| XYZ | 44.64 | 44.03 | 46.19 | - |
| YUV | 178.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 174 | 0 | 0.11 | 0.10 | 0.24 | 354.55 | 0.15 | 0.72 |
| Hex | C2 | AC | AE | 0 | B | A | 18 | 163 | F | 48 |
| Octal | 302 | 254 | 256 | 0 | 13 | 12 | 30 | 543 | 17 | 110 |
| Binary | 11000010 | 10101100 | 10101110 | 0 | 1011 | 1010 | 11000 | 101100011 | 1111 | 1001000 |
Color Harmonies of #C2ACAE
Complementary color
Monochromatic Colors of #C2ACAE
Black with #C2ACAE
Text Example
Text Example
White with #C2ACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACAE; }
p { color: rgb(194,172,174); }
H1.HeaderClassName
{
color: #C2ACAE;
}
.AnyTagClassName
{
color: #C2ACAE;
}
</style>
background-color css
<style>
a { background-color: #C2ACAE; }
a { background-color: rgb(194,172,174); }
div.DivClassName
{
background-color: #C2ACAE;
}
.BgClassName
{
background-color: #C2ACAE;
}
</style>
border-color css
<style>
span { border-color: #C2ACAE; }
span { border-color: rgb(194,172,174); }
td.TdClassName
{
border-color: #C2ACAE;
}
.TagClassName
{
border-color: #C2ACAE;
}
</style>