Shades of Reef #CBDAA0
Tints of Reef #CBDAA0
RGB
CMYK
RGB Variations
Color information
#CBDAA0 (or 0xCBDAA0) is known color: Reef. HEX triplet: CB, DA and A0. RGB value is (203,218,160). Sum of RGB (Red+Green+Blue) = 203+218+160=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDAA0 is #34255F. Grayscale: #CFCFCF. Windows color (decimal): -3417440 or 10541771. OLE color: 10541771.
HSL color Cylindrical-coordinate representation of color #CBDAA0: hue angle of 75.52º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBDAA0 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 160 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.15 |
| HSL | 75.52º | 0.44% | 0.74% | - |
| HSV(B) | 75.52º | 0.27% | 0.85% | - |
| XYZ | 56.05 | 65.38 | 42.92 | - |
| YUV | 206.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 160 | 0.07 | 0 | 0.27 | 0.15 | 75.52 | 0.44 | 0.74 |
| Hex | CB | DA | A0 | 7 | 0 | 1B | F | 4C | 2C | 4A |
| Octal | 313 | 332 | 240 | 7 | 0 | 33 | 17 | 114 | 54 | 112 |
| Binary | 11001011 | 11011010 | 10100000 | 111 | 0 | 11011 | 1111 | 1001100 | 101100 | 1001010 |
Color Harmonies of #CBDAA0
Complementary color
Monochromatic Colors of #CBDAA0
Black with #CBDAA0
Text Example
Text Example
White with #CBDAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDAA0; }
p { color: rgb(203,218,160); }
H1.HeaderClassName
{
color: #CBDAA0;
}
.AnyTagClassName
{
color: #CBDAA0;
}
</style>
background-color css
<style>
a { background-color: #CBDAA0; }
a { background-color: rgb(203,218,160); }
div.DivClassName
{
background-color: #CBDAA0;
}
.BgClassName
{
background-color: #CBDAA0;
}
</style>
border-color css
<style>
span { border-color: #CBDAA0; }
span { border-color: rgb(203,218,160); }
td.TdClassName
{
border-color: #CBDAA0;
}
.TagClassName
{
border-color: #CBDAA0;
}
</style>