Shades of Harp #CACFB4
Tints of Harp #CACFB4
RGB
CMYK
RGB Variations
Color information
#CACFB4 (or 0xCACFB4) is known color: Harp. HEX triplet: CA, CF and B4. RGB value is (202,207,180). Sum of RGB (Red+Green+Blue) = 202+207+180=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFB4 is #35304B. Grayscale: #CACACA. Windows color (decimal): -3485772 or 11849674. OLE color: 11849674.
HSL color Cylindrical-coordinate representation of color #CACFB4: hue angle of 71.11º degrees, saturation: 0.22, 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 #CACFB4 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 207 | 180 | - |
CMYK | 0.02 | 0 | 0.13 | 0.19 |
HSL | 71.11º | 0.22% | 0.76% | - |
HSV(B) | 71.11º | 0.13% | 0.81% | - |
XYZ | 54.91 | 60.48 | 51.96 | - |
YUV | 202.43 | 115.34 | 127.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 207 | 180 | 0.02 | 0 | 0.13 | 0.19 | 71.11 | 0.22 | 0.76 |
Hex | CA | CF | B4 | 2 | 0 | D | 13 | 47 | 16 | 4C |
Octal | 312 | 317 | 264 | 2 | 0 | 15 | 23 | 107 | 26 | 114 |
Binary | 11001010 | 11001111 | 10110100 | 10 | 0 | 1101 | 10011 | 1000111 | 10110 | 1001100 |
Color Harmonies of #CACFB4
Complementary color
Monochromatic Colors of #CACFB4
Black with #CACFB4
Text Example
Text Example
White with #CACFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFB4; }
p { color: rgb(202,207,180); }
H1.HeaderClassName
{
color: #CACFB4;
}
.AnyTagClassName
{
color: #CACFB4;
}
</style>
background-color css
<style>
a { background-color: #CACFB4; }
a { background-color: rgb(202,207,180); }
div.DivClassName
{
background-color: #CACFB4;
}
.BgClassName
{
background-color: #CACFB4;
}
</style>
border-color css
<style>
span { border-color: #CACFB4; }
span { border-color: rgb(202,207,180); }
td.TdClassName
{
border-color: #CACFB4;
}
.TagClassName
{
border-color: #CACFB4;
}
</style>