Shades of Harp #CACFC1
Tints of Harp #CACFC1
RGB
CMYK
RGB Variations
Color information
#CACFC1 (or 0xCACFC1) is known color: Harp. HEX triplet: CA, CF and C1. RGB value is (202,207,193). Sum of RGB (Red+Green+Blue) = 202+207+193=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFC1 is #35303E. Grayscale: #CBCBCB. Windows color (decimal): -3485759 or 12701642. OLE color: 12701642.
HSL color Cylindrical-coordinate representation of color #CACFC1: hue angle of 81.43º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CACFC1 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 207 | 193 | - |
CMYK | 0.02 | 0 | 0.07 | 0.19 |
HSL | 81.43º | 0.13% | 0.78% | - |
HSV(B) | 81.43º | 0.07% | 0.81% | - |
XYZ | 56.3 | 61.03 | 59.27 | - |
YUV | 203.91 | 121.84 | 126.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 207 | 193 | 0.02 | 0 | 0.07 | 0.19 | 81.43 | 0.13 | 0.78 |
Hex | CA | CF | C1 | 2 | 0 | 7 | 13 | 51 | D | 4E |
Octal | 312 | 317 | 301 | 2 | 0 | 7 | 23 | 121 | 15 | 116 |
Binary | 11001010 | 11001111 | 11000001 | 10 | 0 | 111 | 10011 | 1010001 | 1101 | 1001110 |
Color Harmonies of #CACFC1
Complementary color
Monochromatic Colors of #CACFC1
Black with #CACFC1
Text Example
Text Example
White with #CACFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFC1; }
p { color: rgb(202,207,193); }
H1.HeaderClassName
{
color: #CACFC1;
}
.AnyTagClassName
{
color: #CACFC1;
}
</style>
background-color css
<style>
a { background-color: #CACFC1; }
a { background-color: rgb(202,207,193); }
div.DivClassName
{
background-color: #CACFC1;
}
.BgClassName
{
background-color: #CACFC1;
}
</style>
border-color css
<style>
span { border-color: #CACFC1; }
span { border-color: rgb(202,207,193); }
td.TdClassName
{
border-color: #CACFC1;
}
.TagClassName
{
border-color: #CACFC1;
}
</style>