Shades of Careys Pink #C2ACAD
Tints of Careys Pink #C2ACAD
RGB
CMYK
RGB Variations
Color information
#C2ACAD (or 0xC2ACAD) is known color: Careys Pink. HEX triplet: C2, AC and AD. RGB value is (194,172,173). Sum of RGB (Red+Green+Blue) = 194+172+173=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ACAD is #3D5352. Grayscale: #B2B2B2. Windows color (decimal): -4019027 or 11381954. OLE color: 11381954.
HSL color Cylindrical-coordinate representation of color #C2ACAD: hue angle of 357.27º 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 #C2ACAD is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 173 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.24 |
| HSL | 357.27º | 0.15% | 0.72% | - |
| HSV(B) | 357.27º | 0.11% | 0.76% | - |
| XYZ | 44.54 | 43.99 | 45.68 | - |
| YUV | 178.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 173 | 0 | 0.11 | 0.11 | 0.24 | 357.27 | 0.15 | 0.72 |
| Hex | C2 | AC | AD | 0 | B | B | 18 | 165 | F | 48 |
| Octal | 302 | 254 | 255 | 0 | 13 | 13 | 30 | 545 | 17 | 110 |
| Binary | 11000010 | 10101100 | 10101101 | 0 | 1011 | 1011 | 11000 | 101100101 | 1111 | 1001000 |
Color Harmonies of #C2ACAD
Complementary color
Monochromatic Colors of #C2ACAD
Black with #C2ACAD
Text Example
Text Example
White with #C2ACAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACAD; }
p { color: rgb(194,172,173); }
H1.HeaderClassName
{
color: #C2ACAD;
}
.AnyTagClassName
{
color: #C2ACAD;
}
</style>
background-color css
<style>
a { background-color: #C2ACAD; }
a { background-color: rgb(194,172,173); }
div.DivClassName
{
background-color: #C2ACAD;
}
.BgClassName
{
background-color: #C2ACAD;
}
</style>
border-color css
<style>
span { border-color: #C2ACAD; }
span { border-color: rgb(194,172,173); }
td.TdClassName
{
border-color: #C2ACAD;
}
.TagClassName
{
border-color: #C2ACAD;
}
</style>