Shades of Careys Pink #C3ACB2
Tints of Careys Pink #C3ACB2
RGB
CMYK
RGB Variations
Color information
#C3ACB2 (or 0xC3ACB2) is known color: Careys Pink. HEX triplet: C3, AC and B2. RGB value is (195,172,178). Sum of RGB (Red+Green+Blue) = 195+172+178=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ACB2 is #3C534D. Grayscale: #B3B3B3. Windows color (decimal): -3953486 or 11709635. OLE color: 11709635.
HSL color Cylindrical-coordinate representation of color #C3ACB2: hue angle of 344.35º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3ACB2 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 172 | 178 | - |
CMYK | 0 | 0.12 | 0.09 | 0.24 |
HSL | 344.35º | 0.16% | 0.72% | - |
HSV(B) | 344.35º | 0.12% | 0.76% | - |
XYZ | 45.29 | 44.32 | 48.29 | - |
YUV | 179.56 | 127.12 | 139.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 172 | 178 | 0 | 0.12 | 0.09 | 0.24 | 344.35 | 0.16 | 0.72 |
Hex | C3 | AC | B2 | 0 | C | 9 | 18 | 158 | 10 | 48 |
Octal | 303 | 254 | 262 | 0 | 14 | 11 | 30 | 530 | 20 | 110 |
Binary | 11000011 | 10101100 | 10110010 | 0 | 1100 | 1001 | 11000 | 101011000 | 10000 | 1001000 |
Color Harmonies of #C3ACB2
Complementary color
Monochromatic Colors of #C3ACB2
Black with #C3ACB2
Text Example
Text Example
White with #C3ACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ACB2; }
p { color: rgb(195,172,178); }
H1.HeaderClassName
{
color: #C3ACB2;
}
.AnyTagClassName
{
color: #C3ACB2;
}
</style>
background-color css
<style>
a { background-color: #C3ACB2; }
a { background-color: rgb(195,172,178); }
div.DivClassName
{
background-color: #C3ACB2;
}
.BgClassName
{
background-color: #C3ACB2;
}
</style>
border-color css
<style>
span { border-color: #C3ACB2; }
span { border-color: rgb(195,172,178); }
td.TdClassName
{
border-color: #C3ACB2;
}
.TagClassName
{
border-color: #C3ACB2;
}
</style>