Shades of Reef #CBE5A1
Tints of Reef #CBE5A1
RGB
CMYK
RGB Variations
Color information
#CBE5A1 (or 0xCBE5A1) is known color: Reef. HEX triplet: CB, E5 and A1. RGB value is (203,229,161). Sum of RGB (Red+Green+Blue) = 203+229+161=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 161 (63.28% from 255 or 27.15% from 593); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE5A1 is #341A5E. Grayscale: #D5D5D5. Windows color (decimal): -3414623 or 10610123. OLE color: 10610123.
HSL color Cylindrical-coordinate representation of color #CBE5A1: hue angle of 82.94º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBE5A1 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 161 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.10 |
| HSL | 82.94º | 0.57% | 0.76% | - |
| HSV(B) | 82.94º | 0.3% | 0.9% | - |
| XYZ | 59.08 | 71.31 | 44.37 | - |
| YUV | 213.47 | 98.39 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 161 | 0.11 | 0 | 0.30 | 0.10 | 82.94 | 0.57 | 0.76 |
| Hex | CB | E5 | A1 | B | 0 | 1E | A | 53 | 39 | 4C |
| Octal | 313 | 345 | 241 | 13 | 0 | 36 | 12 | 123 | 71 | 114 |
| Binary | 11001011 | 11100101 | 10100001 | 1011 | 0 | 11110 | 1010 | 1010011 | 111001 | 1001100 |
Color Harmonies of #CBE5A1
Complementary color
Monochromatic Colors of #CBE5A1
Black with #CBE5A1
Text Example
Text Example
White with #CBE5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE5A1; }
p { color: rgb(203,229,161); }
H1.HeaderClassName
{
color: #CBE5A1;
}
.AnyTagClassName
{
color: #CBE5A1;
}
</style>
background-color css
<style>
a { background-color: #CBE5A1; }
a { background-color: rgb(203,229,161); }
div.DivClassName
{
background-color: #CBE5A1;
}
.BgClassName
{
background-color: #CBE5A1;
}
</style>
border-color css
<style>
span { border-color: #CBE5A1; }
span { border-color: rgb(203,229,161); }
td.TdClassName
{
border-color: #CBE5A1;
}
.TagClassName
{
border-color: #CBE5A1;
}
</style>