Shades of Harp #CACFB3
Tints of Harp #CACFB3
RGB
CMYK
RGB Variations
Color information
#CACFB3 (or 0xCACFB3) is known color: Harp. HEX triplet: CA, CF and B3. RGB value is (202,207,179). Sum of RGB (Red+Green+Blue) = 202+207+179=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFB3 is #35304C. Grayscale: #CACACA. Windows color (decimal): -3485773 or 11784138. OLE color: 11784138.
HSL color Cylindrical-coordinate representation of color #CACFB3: hue angle of 70.71º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACFB3 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 179 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.19 |
| HSL | 70.71º | 0.23% | 0.76% | - |
| HSV(B) | 70.71º | 0.14% | 0.81% | - |
| XYZ | 54.81 | 60.44 | 51.42 | - |
| YUV | 202.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 179 | 0.02 | 0 | 0.14 | 0.19 | 70.71 | 0.23 | 0.76 |
| Hex | CA | CF | B3 | 2 | 0 | E | 13 | 47 | 17 | 4C |
| Octal | 312 | 317 | 263 | 2 | 0 | 16 | 23 | 107 | 27 | 114 |
| Binary | 11001010 | 11001111 | 10110011 | 10 | 0 | 1110 | 10011 | 1000111 | 10111 | 1001100 |
Color Harmonies of #CACFB3
Complementary color
Monochromatic Colors of #CACFB3
Black with #CACFB3
Text Example
Text Example
White with #CACFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFB3; }
p { color: rgb(202,207,179); }
H1.HeaderClassName
{
color: #CACFB3;
}
.AnyTagClassName
{
color: #CACFB3;
}
</style>
background-color css
<style>
a { background-color: #CACFB3; }
a { background-color: rgb(202,207,179); }
div.DivClassName
{
background-color: #CACFB3;
}
.BgClassName
{
background-color: #CACFB3;
}
</style>
border-color css
<style>
span { border-color: #CACFB3; }
span { border-color: rgb(202,207,179); }
td.TdClassName
{
border-color: #CACFB3;
}
.TagClassName
{
border-color: #CACFB3;
}
</style>