Shades of Deco #C6CD83
Tints of Deco #C6CD83
RGB
CMYK
RGB Variations
Color information
#C6CD83 (or 0xC6CD83) is known color: Deco. HEX triplet: C6, CD and 83. RGB value is (198,205,131). Sum of RGB (Red+Green+Blue) = 198+205+131=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 131 (51.56% from 255 or 24.53% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CD83 is #39327C. Grayscale: #C2C2C2. Windows color (decimal): -3748477 or 8637894. OLE color: 8637894.
HSL color Cylindrical-coordinate representation of color #C6CD83: hue angle of 65.68º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6CD83 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 205 | 131 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.20 |
| HSL | 65.68º | 0.43% | 0.66% | - |
| HSV(B) | 65.68º | 0.36% | 0.8% | - |
| XYZ | 49.22 | 57.31 | 29.94 | - |
| YUV | 194.47 | 92.18 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 205 | 131 | 0.03 | 0 | 0.36 | 0.20 | 65.68 | 0.43 | 0.66 |
| Hex | C6 | CD | 83 | 3 | 0 | 24 | 14 | 42 | 2B | 42 |
| Octal | 306 | 315 | 203 | 3 | 0 | 44 | 24 | 102 | 53 | 102 |
| Binary | 11000110 | 11001101 | 10000011 | 11 | 0 | 100100 | 10100 | 1000010 | 101011 | 1000010 |
Color Harmonies of #C6CD83
Complementary color
Monochromatic Colors of #C6CD83
Black with #C6CD83
Text Example
Text Example
White with #C6CD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CD83; }
p { color: rgb(198,205,131); }
H1.HeaderClassName
{
color: #C6CD83;
}
.AnyTagClassName
{
color: #C6CD83;
}
</style>
background-color css
<style>
a { background-color: #C6CD83; }
a { background-color: rgb(198,205,131); }
div.DivClassName
{
background-color: #C6CD83;
}
.BgClassName
{
background-color: #C6CD83;
}
</style>
border-color css
<style>
span { border-color: #C6CD83; }
span { border-color: rgb(198,205,131); }
td.TdClassName
{
border-color: #C6CD83;
}
.TagClassName
{
border-color: #C6CD83;
}
</style>