Shades of Reef #CBE6AC
Tints of Reef #CBE6AC
RGB
CMYK
RGB Variations
Color information
#CBE6AC (or 0xCBE6AC) is known color: Reef. HEX triplet: CB, E6 and AC. RGB value is (203,230,172). Sum of RGB (Red+Green+Blue) = 203+230+172=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE6AC is #341953. Grayscale: #D7D7D7. Windows color (decimal): -3414356 or 11331275. OLE color: 11331275.
HSL color Cylindrical-coordinate representation of color #CBE6AC: hue angle of 87.93º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBE6AC is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 172 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.10 |
| HSL | 87.93º | 0.54% | 0.79% | - |
| HSV(B) | 87.93º | 0.25% | 0.9% | - |
| XYZ | 60.37 | 72.27 | 49.8 | - |
| YUV | 215.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 172 | 0.12 | 0 | 0.25 | 0.10 | 87.93 | 0.54 | 0.79 |
| Hex | CB | E6 | AC | C | 0 | 19 | A | 58 | 36 | 4F |
| Octal | 313 | 346 | 254 | 14 | 0 | 31 | 12 | 130 | 66 | 117 |
| Binary | 11001011 | 11100110 | 10101100 | 1100 | 0 | 11001 | 1010 | 1011000 | 110110 | 1001111 |
Color Harmonies of #CBE6AC
Complementary color
Monochromatic Colors of #CBE6AC
Black with #CBE6AC
Text Example
Text Example
White with #CBE6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE6AC; }
p { color: rgb(203,230,172); }
H1.HeaderClassName
{
color: #CBE6AC;
}
.AnyTagClassName
{
color: #CBE6AC;
}
</style>
background-color css
<style>
a { background-color: #CBE6AC; }
a { background-color: rgb(203,230,172); }
div.DivClassName
{
background-color: #CBE6AC;
}
.BgClassName
{
background-color: #CBE6AC;
}
</style>
border-color css
<style>
span { border-color: #CBE6AC; }
span { border-color: rgb(203,230,172); }
td.TdClassName
{
border-color: #CBE6AC;
}
.TagClassName
{
border-color: #CBE6AC;
}
</style>