Shades of Deco #C1CD83
Tints of Deco #C1CD83
RGB
CMYK
RGB Variations
Color information
#C1CD83 (or 0xC1CD83) is known color: Deco. HEX triplet: C1, CD and 83. RGB value is (193,205,131). Sum of RGB (Red+Green+Blue) = 193+205+131=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CD83 is #3E327C. Grayscale: #C1C1C1. Windows color (decimal): -4076157 or 8637889. OLE color: 8637889.
HSL color Cylindrical-coordinate representation of color #C1CD83: hue angle of 69.73º 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 #C1CD83 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 131 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.20 |
| HSL | 69.73º | 0.43% | 0.66% | - |
| HSV(B) | 69.73º | 0.36% | 0.8% | - |
| XYZ | 47.92 | 56.64 | 29.88 | - |
| YUV | 192.98 | 93.02 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 131 | 0.06 | 0 | 0.36 | 0.20 | 69.73 | 0.43 | 0.66 |
| Hex | C1 | CD | 83 | 6 | 0 | 24 | 14 | 46 | 2B | 42 |
| Octal | 301 | 315 | 203 | 6 | 0 | 44 | 24 | 106 | 53 | 102 |
| Binary | 11000001 | 11001101 | 10000011 | 110 | 0 | 100100 | 10100 | 1000110 | 101011 | 1000010 |
Color Harmonies of #C1CD83
Complementary color
Monochromatic Colors of #C1CD83
Black with #C1CD83
Text Example
Text Example
White with #C1CD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CD83; }
p { color: rgb(193,205,131); }
H1.HeaderClassName
{
color: #C1CD83;
}
.AnyTagClassName
{
color: #C1CD83;
}
</style>
background-color css
<style>
a { background-color: #C1CD83; }
a { background-color: rgb(193,205,131); }
div.DivClassName
{
background-color: #C1CD83;
}
.BgClassName
{
background-color: #C1CD83;
}
</style>
border-color css
<style>
span { border-color: #C1CD83; }
span { border-color: rgb(193,205,131); }
td.TdClassName
{
border-color: #C1CD83;
}
.TagClassName
{
border-color: #C1CD83;
}
</style>