Shades of Harp #CACDBF
Tints of Harp #CACDBF
RGB
CMYK
RGB Variations
Color information
#CACDBF (or 0xCACDBF) is known color: Harp. HEX triplet: CA, CD and BF. RGB value is (202,205,191). Sum of RGB (Red+Green+Blue) = 202+205+191=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDBF is #353240. Grayscale: #CACACA. Windows color (decimal): -3486273 or 12570058. OLE color: 12570058.
HSL color Cylindrical-coordinate representation of color #CACDBF: hue angle of 72.86º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CACDBF is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 205 | 191 | - |
CMYK | 0.01 | 0 | 0.07 | 0.20 |
HSL | 72.86º | 0.12% | 0.78% | - |
HSV(B) | 72.86º | 0.07% | 0.8% | - |
XYZ | 55.59 | 59.98 | 57.94 | - |
YUV | 202.51 | 121.51 | 127.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 205 | 191 | 0.01 | 0 | 0.07 | 0.20 | 72.86 | 0.12 | 0.78 |
Hex | CA | CD | BF | 1 | 0 | 7 | 14 | 49 | C | 4E |
Octal | 312 | 315 | 277 | 1 | 0 | 7 | 24 | 111 | 14 | 116 |
Binary | 11001010 | 11001101 | 10111111 | 1 | 0 | 111 | 10100 | 1001001 | 1100 | 1001110 |
Color Harmonies of #CACDBF
Complementary color
Monochromatic Colors of #CACDBF
Black with #CACDBF
Text Example
Text Example
White with #CACDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDBF; }
p { color: rgb(202,205,191); }
H1.HeaderClassName
{
color: #CACDBF;
}
.AnyTagClassName
{
color: #CACDBF;
}
</style>
background-color css
<style>
a { background-color: #CACDBF; }
a { background-color: rgb(202,205,191); }
div.DivClassName
{
background-color: #CACDBF;
}
.BgClassName
{
background-color: #CACDBF;
}
</style>
border-color css
<style>
span { border-color: #CACDBF; }
span { border-color: rgb(202,205,191); }
td.TdClassName
{
border-color: #CACDBF;
}
.TagClassName
{
border-color: #CACDBF;
}
</style>