Shades of Reef #CBE199
Tints of Reef #CBE199
RGB
CMYK
RGB Variations
Color information
#CBE199 (or 0xCBE199) is known color: Reef. HEX triplet: CB, E1 and 99. RGB value is (203,225,153). Sum of RGB (Red+Green+Blue) = 203+225+153=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 153 (60.16% from 255 or 26.33% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE199 is #341E66. Grayscale: #D2D2D2. Windows color (decimal): -3415655 or 10084811. OLE color: 10084811.
HSL color Cylindrical-coordinate representation of color #CBE199: hue angle of 78.33º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBE199 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 153 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.12 |
| HSL | 78.33º | 0.55% | 0.74% | - |
| HSV(B) | 78.33º | 0.32% | 0.88% | - |
| XYZ | 57.3 | 68.85 | 40.41 | - |
| YUV | 210.21 | 95.71 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 153 | 0.10 | 0 | 0.32 | 0.12 | 78.33 | 0.55 | 0.74 |
| Hex | CB | E1 | 99 | A | 0 | 20 | C | 4E | 37 | 4A |
| Octal | 313 | 341 | 231 | 12 | 0 | 40 | 14 | 116 | 67 | 112 |
| Binary | 11001011 | 11100001 | 10011001 | 1010 | 0 | 100000 | 1100 | 1001110 | 110111 | 1001010 |
Color Harmonies of #CBE199
Complementary color
Monochromatic Colors of #CBE199
Black with #CBE199
Text Example
Text Example
White with #CBE199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE199; }
p { color: rgb(203,225,153); }
H1.HeaderClassName
{
color: #CBE199;
}
.AnyTagClassName
{
color: #CBE199;
}
</style>
background-color css
<style>
a { background-color: #CBE199; }
a { background-color: rgb(203,225,153); }
div.DivClassName
{
background-color: #CBE199;
}
.BgClassName
{
background-color: #CBE199;
}
</style>
border-color css
<style>
span { border-color: #CBE199; }
span { border-color: rgb(203,225,153); }
td.TdClassName
{
border-color: #CBE199;
}
.TagClassName
{
border-color: #CBE199;
}
</style>