Shades of Careys Pink #C898A2
Tints of Careys Pink #C898A2
RGB
CMYK
RGB Variations
Color information
#C898A2 (or 0xC898A2) is known color: Careys Pink. HEX triplet: C8, 98 and A2. RGB value is (200,152,162). Sum of RGB (Red+Green+Blue) = 200+152+162=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C898A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C898A2 is #37675D. Grayscale: #A7A7A7. Windows color (decimal): -3630942 or 10655944. OLE color: 10655944.
HSL color Cylindrical-coordinate representation of color #C898A2: hue angle of 347.5º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C898A2 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 152 | 162 | - |
CMYK | 0 | 0.24 | 0.19 | 0.22 |
HSL | 347.5º | 0.3% | 0.69% | - |
HSV(B) | 347.5º | 0.24% | 0.78% | - |
XYZ | 41.57 | 37.34 | 39.2 | - |
YUV | 167.49 | 124.9 | 151.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 152 | 162 | 0 | 0.24 | 0.19 | 0.22 | 347.5 | 0.3 | 0.69 |
Hex | C8 | 98 | A2 | 0 | 18 | 13 | 16 | 15C | 1E | 45 |
Octal | 310 | 230 | 242 | 0 | 30 | 23 | 26 | 534 | 36 | 105 |
Binary | 11001000 | 10011000 | 10100010 | 0 | 11000 | 10011 | 10110 | 101011100 | 11110 | 1000101 |
Color Harmonies of #C898A2
Complementary color
Monochromatic Colors of #C898A2
Black with #C898A2
Text Example
Text Example
White with #C898A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898A2; }
p { color: rgb(200,152,162); }
H1.HeaderClassName
{
color: #C898A2;
}
.AnyTagClassName
{
color: #C898A2;
}
</style>
background-color css
<style>
a { background-color: #C898A2; }
a { background-color: rgb(200,152,162); }
div.DivClassName
{
background-color: #C898A2;
}
.BgClassName
{
background-color: #C898A2;
}
</style>
border-color css
<style>
span { border-color: #C898A2; }
span { border-color: rgb(200,152,162); }
td.TdClassName
{
border-color: #C898A2;
}
.TagClassName
{
border-color: #C898A2;
}
</style>