Shades of Deco #C6CF72
Tints of Deco #C6CF72
RGB
CMYK
RGB Variations
Color information
#C6CF72 (or 0xC6CF72) is known color: Deco. HEX triplet: C6, CF and 72. RGB value is (198,207,114). Sum of RGB (Red+Green+Blue) = 198+207+114=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CF72 is #39308D. Grayscale: #C2C2C2. Windows color (decimal): -3747982 or 7524294. OLE color: 7524294.
HSL color Cylindrical-coordinate representation of color #C6CF72: hue angle of 65.81º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6CF72 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 114 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.19 |
| HSL | 65.81º | 0.49% | 0.63% | - |
| HSV(B) | 65.81º | 0.45% | 0.81% | - |
| XYZ | 48.64 | 57.85 | 24.52 | - |
| YUV | 193.71 | 83.02 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 114 | 0.04 | 0 | 0.45 | 0.19 | 65.81 | 0.49 | 0.63 |
| Hex | C6 | CF | 72 | 4 | 0 | 2D | 13 | 42 | 31 | 3F |
| Octal | 306 | 317 | 162 | 4 | 0 | 55 | 23 | 102 | 61 | 77 |
| Binary | 11000110 | 11001111 | 1110010 | 100 | 0 | 101101 | 10011 | 1000010 | 110001 | 111111 |
Color Harmonies of #C6CF72
Complementary color
Monochromatic Colors of #C6CF72
Black with #C6CF72
Text Example
Text Example
White with #C6CF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CF72; }
p { color: rgb(198,207,114); }
H1.HeaderClassName
{
color: #C6CF72;
}
.AnyTagClassName
{
color: #C6CF72;
}
</style>
background-color css
<style>
a { background-color: #C6CF72; }
a { background-color: rgb(198,207,114); }
div.DivClassName
{
background-color: #C6CF72;
}
.BgClassName
{
background-color: #C6CF72;
}
</style>
border-color css
<style>
span { border-color: #C6CF72; }
span { border-color: rgb(198,207,114); }
td.TdClassName
{
border-color: #C6CF72;
}
.TagClassName
{
border-color: #C6CF72;
}
</style>