Shades of Harp #CFDCB0
Tints of Harp #CFDCB0
RGB
CMYK
RGB Variations
Color information
#CFDCB0 (or 0xCFDCB0) is known color: Harp. HEX triplet: CF, DC and B0. RGB value is (207,220,176). Sum of RGB (Red+Green+Blue) = 207+220+176=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDCB0 is #30234F. Grayscale: #D3D3D3. Windows color (decimal): -3154768 or 11590863. OLE color: 11590863.
HSL color Cylindrical-coordinate representation of color #CFDCB0: hue angle of 77.73º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFDCB0 is Cyan = 0.06, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 176 | - |
| CMYK | 0.06 | 0 | 0.2 | 0.14 |
| HSL | 77.73º | 0.39% | 0.78% | - |
| HSV(B) | 77.73º | 0.2% | 0.86% | - |
| XYZ | 59.16 | 67.59 | 51 | - |
| YUV | 211.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 176 | 0.06 | 0 | 0.2 | 0.14 | 77.73 | 0.39 | 0.78 |
| Hex | CF | DC | B0 | 6 | 0 | 14 | E | 4E | 27 | 4E |
| Octal | 317 | 334 | 260 | 6 | 0 | 24 | 16 | 116 | 47 | 116 |
| Binary | 11001111 | 11011100 | 10110000 | 110 | 0 | 10100 | 1110 | 1001110 | 100111 | 1001110 |
Color Harmonies of #CFDCB0
Complementary color
Monochromatic Colors of #CFDCB0
Black with #CFDCB0
Text Example
Text Example
White with #CFDCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCB0; }
p { color: rgb(207,220,176); }
H1.HeaderClassName
{
color: #CFDCB0;
}
.AnyTagClassName
{
color: #CFDCB0;
}
</style>
background-color css
<style>
a { background-color: #CFDCB0; }
a { background-color: rgb(207,220,176); }
div.DivClassName
{
background-color: #CFDCB0;
}
.BgClassName
{
background-color: #CFDCB0;
}
</style>
border-color css
<style>
span { border-color: #CFDCB0; }
span { border-color: rgb(207,220,176); }
td.TdClassName
{
border-color: #CFDCB0;
}
.TagClassName
{
border-color: #CFDCB0;
}
</style>