Shades of Reef #CBE0AA
Tints of Reef #CBE0AA
RGB
CMYK
RGB Variations
Color information
#CBE0AA (or 0xCBE0AA) is known color: Reef. HEX triplet: CB, E0 and AA. RGB value is (203,224,170). Sum of RGB (Red+Green+Blue) = 203+224+170=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE0AA is #341F55. Grayscale: #D3D3D3. Windows color (decimal): -3415894 or 11198667. OLE color: 11198667.
HSL color Cylindrical-coordinate representation of color #CBE0AA: hue angle of 83.33º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBE0AA is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 170 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.12 |
| HSL | 83.33º | 0.47% | 0.77% | - |
| HSV(B) | 83.33º | 0.24% | 0.88% | - |
| XYZ | 58.54 | 68.91 | 48.25 | - |
| YUV | 211.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 170 | 0.09 | 0 | 0.24 | 0.12 | 83.33 | 0.47 | 0.77 |
| Hex | CB | E0 | AA | 9 | 0 | 18 | C | 53 | 2F | 4D |
| Octal | 313 | 340 | 252 | 11 | 0 | 30 | 14 | 123 | 57 | 115 |
| Binary | 11001011 | 11100000 | 10101010 | 1001 | 0 | 11000 | 1100 | 1010011 | 101111 | 1001101 |
Color Harmonies of #CBE0AA
Complementary color
Monochromatic Colors of #CBE0AA
Black with #CBE0AA
Text Example
Text Example
White with #CBE0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE0AA; }
p { color: rgb(203,224,170); }
H1.HeaderClassName
{
color: #CBE0AA;
}
.AnyTagClassName
{
color: #CBE0AA;
}
</style>
background-color css
<style>
a { background-color: #CBE0AA; }
a { background-color: rgb(203,224,170); }
div.DivClassName
{
background-color: #CBE0AA;
}
.BgClassName
{
background-color: #CBE0AA;
}
</style>
border-color css
<style>
span { border-color: #CBE0AA; }
span { border-color: rgb(203,224,170); }
td.TdClassName
{
border-color: #CBE0AA;
}
.TagClassName
{
border-color: #CBE0AA;
}
</style>