Shades of Reef #CBE69C
Tints of Reef #CBE69C
RGB
CMYK
RGB Variations
Color information
#CBE69C (or 0xCBE69C) is known color: Reef. HEX triplet: CB, E6 and 9C. RGB value is (203,230,156). Sum of RGB (Red+Green+Blue) = 203+230+156=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 156 (61.33% from 255 or 26.49% from 589); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE69C is #341963. Grayscale: #D5D5D5. Windows color (decimal): -3414372 or 10282699. OLE color: 10282699.
HSL color Cylindrical-coordinate representation of color #CBE69C: hue angle of 81.89º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBE69C is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 156 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.10 |
| HSL | 81.89º | 0.6% | 0.76% | - |
| HSV(B) | 81.89º | 0.32% | 0.9% | - |
| XYZ | 58.93 | 71.69 | 42.18 | - |
| YUV | 213.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 156 | 0.12 | 0 | 0.32 | 0.10 | 81.89 | 0.6 | 0.76 |
| Hex | CB | E6 | 9C | C | 0 | 20 | A | 52 | 3C | 4C |
| Octal | 313 | 346 | 234 | 14 | 0 | 40 | 12 | 122 | 74 | 114 |
| Binary | 11001011 | 11100110 | 10011100 | 1100 | 0 | 100000 | 1010 | 1010010 | 111100 | 1001100 |
Color Harmonies of #CBE69C
Complementary color
Monochromatic Colors of #CBE69C
Black with #CBE69C
Text Example
Text Example
White with #CBE69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE69C; }
p { color: rgb(203,230,156); }
H1.HeaderClassName
{
color: #CBE69C;
}
.AnyTagClassName
{
color: #CBE69C;
}
</style>
background-color css
<style>
a { background-color: #CBE69C; }
a { background-color: rgb(203,230,156); }
div.DivClassName
{
background-color: #CBE69C;
}
.BgClassName
{
background-color: #CBE69C;
}
</style>
border-color css
<style>
span { border-color: #CBE69C; }
span { border-color: rgb(203,230,156); }
td.TdClassName
{
border-color: #CBE69C;
}
.TagClassName
{
border-color: #CBE69C;
}
</style>