Shades of Reef #CBE49C
Tints of Reef #CBE49C
RGB
CMYK
RGB Variations
Color information
#CBE49C (or 0xCBE49C) is known color: Reef. HEX triplet: CB, E4 and 9C. RGB value is (203,228,156). Sum of RGB (Red+Green+Blue) = 203+228+156=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 156 (61.33% from 255 or 26.58% from 587); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE49C is #341B63. Grayscale: #D4D4D4. Windows color (decimal): -3414884 or 10282187. OLE color: 10282187.
HSL color Cylindrical-coordinate representation of color #CBE49C: hue angle of 80.83º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBE49C is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 156 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.11 |
| HSL | 80.83º | 0.57% | 0.75% | - |
| HSV(B) | 80.83º | 0.32% | 0.89% | - |
| XYZ | 58.37 | 70.58 | 42 | - |
| YUV | 212.32 | 96.22 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 156 | 0.11 | 0 | 0.32 | 0.11 | 80.83 | 0.57 | 0.75 |
| Hex | CB | E4 | 9C | B | 0 | 20 | B | 51 | 39 | 4B |
| Octal | 313 | 344 | 234 | 13 | 0 | 40 | 13 | 121 | 71 | 113 |
| Binary | 11001011 | 11100100 | 10011100 | 1011 | 0 | 100000 | 1011 | 1010001 | 111001 | 1001011 |
Color Harmonies of #CBE49C
Complementary color
Monochromatic Colors of #CBE49C
Black with #CBE49C
Text Example
Text Example
White with #CBE49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE49C; }
p { color: rgb(203,228,156); }
H1.HeaderClassName
{
color: #CBE49C;
}
.AnyTagClassName
{
color: #CBE49C;
}
</style>
background-color css
<style>
a { background-color: #CBE49C; }
a { background-color: rgb(203,228,156); }
div.DivClassName
{
background-color: #CBE49C;
}
.BgClassName
{
background-color: #CBE49C;
}
</style>
border-color css
<style>
span { border-color: #CBE49C; }
span { border-color: rgb(203,228,156); }
td.TdClassName
{
border-color: #CBE49C;
}
.TagClassName
{
border-color: #CBE49C;
}
</style>