Shades of Harp #CCDAB0
Tints of Harp #CCDAB0
RGB
CMYK
RGB Variations
Color information
#CCDAB0 (or 0xCCDAB0) is known color: Harp. HEX triplet: CC, DA and B0. RGB value is (204,218,176). Sum of RGB (Red+Green+Blue) = 204+218+176=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDAB0 is #33254F. Grayscale: #D1D1D1. Windows color (decimal): -3351888 or 11590348. OLE color: 11590348.
HSL color Cylindrical-coordinate representation of color #CCDAB0: hue angle of 80º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCDAB0 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 176 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.15 |
| HSL | 80º | 0.36% | 0.77% | - |
| HSV(B) | 80º | 0.19% | 0.85% | - |
| XYZ | 57.81 | 66.11 | 50.79 | - |
| YUV | 209.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 176 | 0.06 | 0 | 0.19 | 0.15 | 80 | 0.36 | 0.77 |
| Hex | CC | DA | B0 | 6 | 0 | 13 | F | 50 | 24 | 4D |
| Octal | 314 | 332 | 260 | 6 | 0 | 23 | 17 | 120 | 44 | 115 |
| Binary | 11001100 | 11011010 | 10110000 | 110 | 0 | 10011 | 1111 | 1010000 | 100100 | 1001101 |
Color Harmonies of #CCDAB0
Complementary color
Monochromatic Colors of #CCDAB0
Black with #CCDAB0
Text Example
Text Example
White with #CCDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDAB0; }
p { color: rgb(204,218,176); }
H1.HeaderClassName
{
color: #CCDAB0;
}
.AnyTagClassName
{
color: #CCDAB0;
}
</style>
background-color css
<style>
a { background-color: #CCDAB0; }
a { background-color: rgb(204,218,176); }
div.DivClassName
{
background-color: #CCDAB0;
}
.BgClassName
{
background-color: #CCDAB0;
}
</style>
border-color css
<style>
span { border-color: #CCDAB0; }
span { border-color: rgb(204,218,176); }
td.TdClassName
{
border-color: #CCDAB0;
}
.TagClassName
{
border-color: #CCDAB0;
}
</style>