Shades of Reef #CBE795
Tints of Reef #CBE795
RGB
CMYK
RGB Variations
Color information
#CBE795 (or 0xCBE795) is known color: Reef. HEX triplet: CB, E7 and 95. RGB value is (203,231,149). Sum of RGB (Red+Green+Blue) = 203+231+149=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 231 (90.62% from 255 or 39.62% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE795 is #34186A. Grayscale: #D5D5D5. Windows color (decimal): -3414123 or 9824203. OLE color: 9824203.
HSL color Cylindrical-coordinate representation of color #CBE795: hue angle of 80.49º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBE795 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 149 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.09 |
| HSL | 80.49º | 0.63% | 0.75% | - |
| HSV(B) | 80.49º | 0.35% | 0.91% | - |
| XYZ | 58.63 | 72.02 | 39.24 | - |
| YUV | 213.28 | 91.72 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 149 | 0.12 | 0 | 0.35 | 0.09 | 80.49 | 0.63 | 0.75 |
| Hex | CB | E7 | 95 | C | 0 | 23 | 9 | 50 | 3F | 4B |
| Octal | 313 | 347 | 225 | 14 | 0 | 43 | 11 | 120 | 77 | 113 |
| Binary | 11001011 | 11100111 | 10010101 | 1100 | 0 | 100011 | 1001 | 1010000 | 111111 | 1001011 |
Color Harmonies of #CBE795
Complementary color
Monochromatic Colors of #CBE795
Black with #CBE795
Text Example
Text Example
White with #CBE795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE795; }
p { color: rgb(203,231,149); }
H1.HeaderClassName
{
color: #CBE795;
}
.AnyTagClassName
{
color: #CBE795;
}
</style>
background-color css
<style>
a { background-color: #CBE795; }
a { background-color: rgb(203,231,149); }
div.DivClassName
{
background-color: #CBE795;
}
.BgClassName
{
background-color: #CBE795;
}
</style>
border-color css
<style>
span { border-color: #CBE795; }
span { border-color: rgb(203,231,149); }
td.TdClassName
{
border-color: #CBE795;
}
.TagClassName
{
border-color: #CBE795;
}
</style>