Shades of Harp #CACFBA
Tints of Harp #CACFBA
RGB
CMYK
RGB Variations
Color information
#CACFBA (or 0xCACFBA) is known color: Harp. HEX triplet: CA, CF and BA. RGB value is (202,207,186). Sum of RGB (Red+Green+Blue) = 202+207+186=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFBA is #353045. Grayscale: #CBCBCB. Windows color (decimal): -3485766 or 12242890. OLE color: 12242890.
HSL color Cylindrical-coordinate representation of color #CACFBA: hue angle of 74.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CACFBA is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 186 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.19 |
| HSL | 74.29º | 0.18% | 0.77% | - |
| HSV(B) | 74.29º | 0.1% | 0.81% | - |
| XYZ | 55.53 | 60.73 | 55.25 | - |
| YUV | 203.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 186 | 0.02 | 0 | 0.10 | 0.19 | 74.29 | 0.18 | 0.77 |
| Hex | CA | CF | BA | 2 | 0 | A | 13 | 4A | 12 | 4D |
| Octal | 312 | 317 | 272 | 2 | 0 | 12 | 23 | 112 | 22 | 115 |
| Binary | 11001010 | 11001111 | 10111010 | 10 | 0 | 1010 | 10011 | 1001010 | 10010 | 1001101 |
Color Harmonies of #CACFBA
Complementary color
Monochromatic Colors of #CACFBA
Black with #CACFBA
Text Example
Text Example
White with #CACFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFBA; }
p { color: rgb(202,207,186); }
H1.HeaderClassName
{
color: #CACFBA;
}
.AnyTagClassName
{
color: #CACFBA;
}
</style>
background-color css
<style>
a { background-color: #CACFBA; }
a { background-color: rgb(202,207,186); }
div.DivClassName
{
background-color: #CACFBA;
}
.BgClassName
{
background-color: #CACFBA;
}
</style>
border-color css
<style>
span { border-color: #CACFBA; }
span { border-color: rgb(202,207,186); }
td.TdClassName
{
border-color: #CACFBA;
}
.TagClassName
{
border-color: #CACFBA;
}
</style>