Shades of Harp #CACBC5
Tints of Harp #CACBC5
RGB
CMYK
RGB Variations
Color information
#CACBC5 (or 0xCACBC5) is known color: Harp. HEX triplet: CA, CB and C5. RGB value is (202,203,197). Sum of RGB (Red+Green+Blue) = 202+203+197=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBC5 is #35343A. Grayscale: #CACACA. Windows color (decimal): -3486779 or 12962762. OLE color: 12962762.
HSL color Cylindrical-coordinate representation of color #CACBC5: hue angle of 70º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CACBC5 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 203 | 197 | - |
CMYK | 0.00 | 0 | 0.03 | 0.20 |
HSL | 70º | 0.05% | 0.78% | - |
HSV(B) | 70º | 0.03% | 0.8% | - |
XYZ | 55.79 | 59.3 | 61.33 | - |
YUV | 202.02 | 125.17 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 203 | 197 | 0.00 | 0 | 0.03 | 0.20 | 70 | 0.05 | 0.78 |
Hex | CA | CB | C5 | 0 | 0 | 3 | 14 | 46 | 5 | 4E |
Octal | 312 | 313 | 305 | 0 | 0 | 3 | 24 | 106 | 5 | 116 |
Binary | 11001010 | 11001011 | 11000101 | 0 | 0 | 11 | 10100 | 1000110 | 101 | 1001110 |
Color Harmonies of #CACBC5
Complementary color
Monochromatic Colors of #CACBC5
Black with #CACBC5
Text Example
Text Example
White with #CACBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBC5; }
p { color: rgb(202,203,197); }
H1.HeaderClassName
{
color: #CACBC5;
}
.AnyTagClassName
{
color: #CACBC5;
}
</style>
background-color css
<style>
a { background-color: #CACBC5; }
a { background-color: rgb(202,203,197); }
div.DivClassName
{
background-color: #CACBC5;
}
.BgClassName
{
background-color: #CACBC5;
}
</style>
border-color css
<style>
span { border-color: #CACBC5; }
span { border-color: rgb(202,203,197); }
td.TdClassName
{
border-color: #CACBC5;
}
.TagClassName
{
border-color: #CACBC5;
}
</style>