Shades of Harp #CACFB8
Tints of Harp #CACFB8
RGB
CMYK
RGB Variations
Color information
#CACFB8 (or 0xCACFB8) is known color: Harp. HEX triplet: CA, CF and B8. RGB value is (202,207,184). Sum of RGB (Red+Green+Blue) = 202+207+184=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFB8 is #353047. Grayscale: #CACACA. Windows color (decimal): -3485768 or 12111818. OLE color: 12111818.
HSL color Cylindrical-coordinate representation of color #CACFB8: hue angle of 73.04º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CACFB8 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 184 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.19 |
| HSL | 73.04º | 0.19% | 0.77% | - |
| HSV(B) | 73.04º | 0.11% | 0.81% | - |
| XYZ | 55.32 | 60.64 | 54.14 | - |
| YUV | 202.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 184 | 0.02 | 0 | 0.11 | 0.19 | 73.04 | 0.19 | 0.77 |
| Hex | CA | CF | B8 | 2 | 0 | B | 13 | 49 | 13 | 4D |
| Octal | 312 | 317 | 270 | 2 | 0 | 13 | 23 | 111 | 23 | 115 |
| Binary | 11001010 | 11001111 | 10111000 | 10 | 0 | 1011 | 10011 | 1001001 | 10011 | 1001101 |
Color Harmonies of #CACFB8
Complementary color
Monochromatic Colors of #CACFB8
Black with #CACFB8
Text Example
Text Example
White with #CACFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFB8; }
p { color: rgb(202,207,184); }
H1.HeaderClassName
{
color: #CACFB8;
}
.AnyTagClassName
{
color: #CACFB8;
}
</style>
background-color css
<style>
a { background-color: #CACFB8; }
a { background-color: rgb(202,207,184); }
div.DivClassName
{
background-color: #CACFB8;
}
.BgClassName
{
background-color: #CACFB8;
}
</style>
border-color css
<style>
span { border-color: #CACFB8; }
span { border-color: rgb(202,207,184); }
td.TdClassName
{
border-color: #CACFB8;
}
.TagClassName
{
border-color: #CACFB8;
}
</style>