Shades of Reef #CCDB9A
Tints of Reef #CCDB9A
RGB
CMYK
RGB Variations
Color information
#CCDB9A (or 0xCCDB9A) is known color: Reef. HEX triplet: CC, DB and 9A. RGB value is (204,219,154). Sum of RGB (Red+Green+Blue) = 204+219+154=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 154 (60.55% from 255 or 26.69% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB9A is #332465. Grayscale: #CFCFCF. Windows color (decimal): -3351654 or 10148812. OLE color: 10148812.
HSL color Cylindrical-coordinate representation of color #CCDB9A: hue angle of 73.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCDB9A is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 219 | 154 | - |
CMYK | 0.07 | 0 | 0.30 | 0.14 |
HSL | 73.85º | 0.47% | 0.73% | - |
HSV(B) | 73.85º | 0.3% | 0.86% | - |
XYZ | 56.07 | 65.83 | 40.32 | - |
YUV | 207.11 | 98.03 | 125.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 154 | 0.07 | 0 | 0.30 | 0.14 | 73.85 | 0.47 | 0.73 |
Hex | CC | DB | 9A | 7 | 0 | 1E | E | 4A | 2F | 49 |
Octal | 314 | 333 | 232 | 7 | 0 | 36 | 16 | 112 | 57 | 111 |
Binary | 11001100 | 11011011 | 10011010 | 111 | 0 | 11110 | 1110 | 1001010 | 101111 | 1001001 |
Color Harmonies of #CCDB9A
Complementary color
Monochromatic Colors of #CCDB9A
Black with #CCDB9A
Text Example
Text Example
White with #CCDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB9A; }
p { color: rgb(204,219,154); }
H1.HeaderClassName
{
color: #CCDB9A;
}
.AnyTagClassName
{
color: #CCDB9A;
}
</style>
background-color css
<style>
a { background-color: #CCDB9A; }
a { background-color: rgb(204,219,154); }
div.DivClassName
{
background-color: #CCDB9A;
}
.BgClassName
{
background-color: #CCDB9A;
}
</style>
border-color css
<style>
span { border-color: #CCDB9A; }
span { border-color: rgb(204,219,154); }
td.TdClassName
{
border-color: #CCDB9A;
}
.TagClassName
{
border-color: #CCDB9A;
}
</style>