Shades of Reef #CBE4A0
Tints of Reef #CBE4A0
RGB
CMYK
RGB Variations
Color information
#CBE4A0 (or 0xCBE4A0) is known color: Reef. HEX triplet: CB, E4 and A0. RGB value is (203,228,160). Sum of RGB (Red+Green+Blue) = 203+228+160=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE4A0 is #341B5F. Grayscale: #D5D5D5. Windows color (decimal): -3414880 or 10544331. OLE color: 10544331.
HSL color Cylindrical-coordinate representation of color #CBE4A0: hue angle of 82.06º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBE4A0 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 160 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.11 |
| HSL | 82.06º | 0.56% | 0.76% | - |
| HSV(B) | 82.06º | 0.3% | 0.89% | - |
| XYZ | 58.72 | 70.72 | 43.81 | - |
| YUV | 212.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 160 | 0.11 | 0 | 0.30 | 0.11 | 82.06 | 0.56 | 0.76 |
| Hex | CB | E4 | A0 | B | 0 | 1E | B | 52 | 38 | 4C |
| Octal | 313 | 344 | 240 | 13 | 0 | 36 | 13 | 122 | 70 | 114 |
| Binary | 11001011 | 11100100 | 10100000 | 1011 | 0 | 11110 | 1011 | 1010010 | 111000 | 1001100 |
Color Harmonies of #CBE4A0
Complementary color
Monochromatic Colors of #CBE4A0
Black with #CBE4A0
Text Example
Text Example
White with #CBE4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE4A0; }
p { color: rgb(203,228,160); }
H1.HeaderClassName
{
color: #CBE4A0;
}
.AnyTagClassName
{
color: #CBE4A0;
}
</style>
background-color css
<style>
a { background-color: #CBE4A0; }
a { background-color: rgb(203,228,160); }
div.DivClassName
{
background-color: #CBE4A0;
}
.BgClassName
{
background-color: #CBE4A0;
}
</style>
border-color css
<style>
span { border-color: #CBE4A0; }
span { border-color: rgb(203,228,160); }
td.TdClassName
{
border-color: #CBE4A0;
}
.TagClassName
{
border-color: #CBE4A0;
}
</style>