Shades of Harp #CACDBE
Tints of Harp #CACDBE
RGB
CMYK
RGB Variations
Color information
#CACDBE (or 0xCACDBE) is known color: Harp. HEX triplet: CA, CD and BE. RGB value is (202,205,190). Sum of RGB (Red+Green+Blue) = 202+205+190=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDBE is #353241. Grayscale: #CACACA. Windows color (decimal): -3486274 or 12504522. OLE color: 12504522.
HSL color Cylindrical-coordinate representation of color #CACDBE: hue angle of 72º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CACDBE is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 205 | 190 | - |
CMYK | 0.01 | 0 | 0.07 | 0.20 |
HSL | 72º | 0.13% | 0.77% | - |
HSV(B) | 72º | 0.07% | 0.8% | - |
XYZ | 55.48 | 59.94 | 57.36 | - |
YUV | 202.39 | 121.01 | 127.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 205 | 190 | 0.01 | 0 | 0.07 | 0.20 | 72 | 0.13 | 0.77 |
Hex | CA | CD | BE | 1 | 0 | 7 | 14 | 48 | D | 4D |
Octal | 312 | 315 | 276 | 1 | 0 | 7 | 24 | 110 | 15 | 115 |
Binary | 11001010 | 11001101 | 10111110 | 1 | 0 | 111 | 10100 | 1001000 | 1101 | 1001101 |
Color Harmonies of #CACDBE
Complementary color
Monochromatic Colors of #CACDBE
Black with #CACDBE
Text Example
Text Example
White with #CACDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDBE; }
p { color: rgb(202,205,190); }
H1.HeaderClassName
{
color: #CACDBE;
}
.AnyTagClassName
{
color: #CACDBE;
}
</style>
background-color css
<style>
a { background-color: #CACDBE; }
a { background-color: rgb(202,205,190); }
div.DivClassName
{
background-color: #CACDBE;
}
.BgClassName
{
background-color: #CACDBE;
}
</style>
border-color css
<style>
span { border-color: #CACDBE; }
span { border-color: rgb(202,205,190); }
td.TdClassName
{
border-color: #CACDBE;
}
.TagClassName
{
border-color: #CACDBE;
}
</style>