Shades of Reef #CBE996
Tints of Reef #CBE996
RGB
CMYK
RGB Variations
Color information
#CBE996 (or 0xCBE996) is known color: Reef. HEX triplet: CB, E9 and 96. RGB value is (203,233,150). Sum of RGB (Red+Green+Blue) = 203+233+150=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE996 is #341669. Grayscale: #D6D6D6. Windows color (decimal): -3413610 or 9890251. OLE color: 9890251.
HSL color Cylindrical-coordinate representation of color #CBE996: hue angle of 81.69º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBE996 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 150 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.09 |
| HSL | 81.69º | 0.65% | 0.75% | - |
| HSV(B) | 81.69º | 0.36% | 0.91% | - |
| XYZ | 59.27 | 73.18 | 39.85 | - |
| YUV | 214.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 150 | 0.13 | 0 | 0.36 | 0.09 | 81.69 | 0.65 | 0.75 |
| Hex | CB | E9 | 96 | D | 0 | 24 | 9 | 52 | 41 | 4B |
| Octal | 313 | 351 | 226 | 15 | 0 | 44 | 11 | 122 | 101 | 113 |
| Binary | 11001011 | 11101001 | 10010110 | 1101 | 0 | 100100 | 1001 | 1010010 | 1000001 | 1001011 |
Color Harmonies of #CBE996
Complementary color
Monochromatic Colors of #CBE996
Black with #CBE996
Text Example
Text Example
White with #CBE996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE996; }
p { color: rgb(203,233,150); }
H1.HeaderClassName
{
color: #CBE996;
}
.AnyTagClassName
{
color: #CBE996;
}
</style>
background-color css
<style>
a { background-color: #CBE996; }
a { background-color: rgb(203,233,150); }
div.DivClassName
{
background-color: #CBE996;
}
.BgClassName
{
background-color: #CBE996;
}
</style>
border-color css
<style>
span { border-color: #CBE996; }
span { border-color: rgb(203,233,150); }
td.TdClassName
{
border-color: #CBE996;
}
.TagClassName
{
border-color: #CBE996;
}
</style>