Shades of Deco #C8CF83
Tints of Deco #C8CF83
RGB
CMYK
RGB Variations
Color information
#C8CF83 (or 0xC8CF83) is known color: Deco. HEX triplet: C8, CF and 83. RGB value is (200,207,131). Sum of RGB (Red+Green+Blue) = 200+207+131=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 131 (51.56% from 255 or 24.35% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CF83 is #37307C. Grayscale: #C4C4C4. Windows color (decimal): -3616893 or 8638408. OLE color: 8638408.
HSL color Cylindrical-coordinate representation of color #C8CF83: hue angle of 65.53º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8CF83 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 131 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.19 |
| HSL | 65.53º | 0.44% | 0.66% | - |
| HSV(B) | 65.53º | 0.37% | 0.81% | - |
| XYZ | 50.23 | 58.54 | 30.13 | - |
| YUV | 196.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 131 | 0.03 | 0 | 0.37 | 0.19 | 65.53 | 0.44 | 0.66 |
| Hex | C8 | CF | 83 | 3 | 0 | 25 | 13 | 42 | 2C | 42 |
| Octal | 310 | 317 | 203 | 3 | 0 | 45 | 23 | 102 | 54 | 102 |
| Binary | 11001000 | 11001111 | 10000011 | 11 | 0 | 100101 | 10011 | 1000010 | 101100 | 1000010 |
Color Harmonies of #C8CF83
Complementary color
Monochromatic Colors of #C8CF83
Black with #C8CF83
Text Example
Text Example
White with #C8CF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF83; }
p { color: rgb(200,207,131); }
H1.HeaderClassName
{
color: #C8CF83;
}
.AnyTagClassName
{
color: #C8CF83;
}
</style>
background-color css
<style>
a { background-color: #C8CF83; }
a { background-color: rgb(200,207,131); }
div.DivClassName
{
background-color: #C8CF83;
}
.BgClassName
{
background-color: #C8CF83;
}
</style>
border-color css
<style>
span { border-color: #C8CF83; }
span { border-color: rgb(200,207,131); }
td.TdClassName
{
border-color: #C8CF83;
}
.TagClassName
{
border-color: #C8CF83;
}
</style>