Shades of Reef #CFE0A6
Tints of Reef #CFE0A6
RGB
CMYK
RGB Variations
Color information
#CFE0A6 (or 0xCFE0A6) is known color: Reef. HEX triplet: CF, E0 and A6. RGB value is (207,224,166). Sum of RGB (Red+Green+Blue) = 207+224+166=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 166 (65.23% from 255 or 27.81% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE0A6 is #301F59. Grayscale: #D4D4D4. Windows color (decimal): -3153754 or 10936527. OLE color: 10936527.
HSL color Cylindrical-coordinate representation of color #CFE0A6: hue angle of 77.59º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFE0A6 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 166 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.12 |
| HSL | 77.59º | 0.48% | 0.76% | - |
| HSV(B) | 77.59º | 0.26% | 0.88% | - |
| XYZ | 59.27 | 69.33 | 46.33 | - |
| YUV | 212.31 | 101.87 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 166 | 0.08 | 0 | 0.26 | 0.12 | 77.59 | 0.48 | 0.76 |
| Hex | CF | E0 | A6 | 8 | 0 | 1A | C | 4E | 30 | 4C |
| Octal | 317 | 340 | 246 | 10 | 0 | 32 | 14 | 116 | 60 | 114 |
| Binary | 11001111 | 11100000 | 10100110 | 1000 | 0 | 11010 | 1100 | 1001110 | 110000 | 1001100 |
Color Harmonies of #CFE0A6
Complementary color
Monochromatic Colors of #CFE0A6
Black with #CFE0A6
Text Example
Text Example
White with #CFE0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0A6; }
p { color: rgb(207,224,166); }
H1.HeaderClassName
{
color: #CFE0A6;
}
.AnyTagClassName
{
color: #CFE0A6;
}
</style>
background-color css
<style>
a { background-color: #CFE0A6; }
a { background-color: rgb(207,224,166); }
div.DivClassName
{
background-color: #CFE0A6;
}
.BgClassName
{
background-color: #CFE0A6;
}
</style>
border-color css
<style>
span { border-color: #CFE0A6; }
span { border-color: rgb(207,224,166); }
td.TdClassName
{
border-color: #CFE0A6;
}
.TagClassName
{
border-color: #CFE0A6;
}
</style>