Shades of Careys Pink #C2ACB2
Tints of Careys Pink #C2ACB2
RGB
CMYK
RGB Variations
Color information
#C2ACB2 (or 0xC2ACB2) is known color: Careys Pink. HEX triplet: C2, AC and B2. RGB value is (194,172,178). Sum of RGB (Red+Green+Blue) = 194+172+178=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ACB2 is #3D534D. Grayscale: #B3B3B3. Windows color (decimal): -4019022 or 11709634. OLE color: 11709634.
HSL color Cylindrical-coordinate representation of color #C2ACB2: hue angle of 343.64º 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 #C2ACB2 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 172 | 178 | - |
CMYK | 0 | 0.11 | 0.08 | 0.24 |
HSL | 343.64º | 0.15% | 0.72% | - |
HSV(B) | 343.64º | 0.11% | 0.76% | - |
XYZ | 45.04 | 44.19 | 48.28 | - |
YUV | 179.26 | 127.29 | 138.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 172 | 178 | 0 | 0.11 | 0.08 | 0.24 | 343.64 | 0.15 | 0.72 |
Hex | C2 | AC | B2 | 0 | B | 8 | 18 | 158 | F | 48 |
Octal | 302 | 254 | 262 | 0 | 13 | 10 | 30 | 530 | 17 | 110 |
Binary | 11000010 | 10101100 | 10110010 | 0 | 1011 | 1000 | 11000 | 101011000 | 1111 | 1001000 |
Color Harmonies of #C2ACB2
Complementary color
Monochromatic Colors of #C2ACB2
Black with #C2ACB2
Text Example
Text Example
White with #C2ACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACB2; }
p { color: rgb(194,172,178); }
H1.HeaderClassName
{
color: #C2ACB2;
}
.AnyTagClassName
{
color: #C2ACB2;
}
</style>
background-color css
<style>
a { background-color: #C2ACB2; }
a { background-color: rgb(194,172,178); }
div.DivClassName
{
background-color: #C2ACB2;
}
.BgClassName
{
background-color: #C2ACB2;
}
</style>
border-color css
<style>
span { border-color: #C2ACB2; }
span { border-color: rgb(194,172,178); }
td.TdClassName
{
border-color: #C2ACB2;
}
.TagClassName
{
border-color: #C2ACB2;
}
</style>