Shades of Harp #CACFB5
Tints of Harp #CACFB5
RGB
CMYK
RGB Variations
Color information
#CACFB5 (or 0xCACFB5) is known color: Harp. HEX triplet: CA, CF and B5. RGB value is (202,207,181). Sum of RGB (Red+Green+Blue) = 202+207+181=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFB5 is #35304A. Grayscale: #CACACA. Windows color (decimal): -3485771 or 11915210. OLE color: 11915210.
HSL color Cylindrical-coordinate representation of color #CACFB5: hue angle of 71.54º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CACFB5 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 181 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.19 |
| HSL | 71.54º | 0.21% | 0.76% | - |
| HSV(B) | 71.54º | 0.13% | 0.81% | - |
| XYZ | 55.01 | 60.52 | 52.5 | - |
| YUV | 202.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 181 | 0.02 | 0 | 0.13 | 0.19 | 71.54 | 0.21 | 0.76 |
| Hex | CA | CF | B5 | 2 | 0 | D | 13 | 48 | 15 | 4C |
| Octal | 312 | 317 | 265 | 2 | 0 | 15 | 23 | 110 | 25 | 114 |
| Binary | 11001010 | 11001111 | 10110101 | 10 | 0 | 1101 | 10011 | 1001000 | 10101 | 1001100 |
Color Harmonies of #CACFB5
Complementary color
Monochromatic Colors of #CACFB5
Black with #CACFB5
Text Example
Text Example
White with #CACFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFB5; }
p { color: rgb(202,207,181); }
H1.HeaderClassName
{
color: #CACFB5;
}
.AnyTagClassName
{
color: #CACFB5;
}
</style>
background-color css
<style>
a { background-color: #CACFB5; }
a { background-color: rgb(202,207,181); }
div.DivClassName
{
background-color: #CACFB5;
}
.BgClassName
{
background-color: #CACFB5;
}
</style>
border-color css
<style>
span { border-color: #CACFB5; }
span { border-color: rgb(202,207,181); }
td.TdClassName
{
border-color: #CACFB5;
}
.TagClassName
{
border-color: #CACFB5;
}
</style>