Shades of Deco #C1CD7D
Tints of Deco #C1CD7D
RGB
CMYK
RGB Variations
Color information
#C1CD7D (or 0xC1CD7D) is known color: Deco. HEX triplet: C1, CD and 7D. RGB value is (193,205,125). Sum of RGB (Red+Green+Blue) = 193+205+125=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CD7D is #3E3282. Grayscale: #C0C0C0. Windows color (decimal): -4076163 or 8244673. OLE color: 8244673.
HSL color Cylindrical-coordinate representation of color #C1CD7D: hue angle of 69º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1CD7D is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 125 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.20 |
| HSL | 69º | 0.44% | 0.65% | - |
| HSV(B) | 69º | 0.39% | 0.8% | - |
| XYZ | 47.53 | 56.48 | 27.8 | - |
| YUV | 192.29 | 90.02 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 125 | 0.06 | 0 | 0.39 | 0.20 | 69 | 0.44 | 0.65 |
| Hex | C1 | CD | 7D | 6 | 0 | 27 | 14 | 45 | 2C | 41 |
| Octal | 301 | 315 | 175 | 6 | 0 | 47 | 24 | 105 | 54 | 101 |
| Binary | 11000001 | 11001101 | 1111101 | 110 | 0 | 100111 | 10100 | 1000101 | 101100 | 1000001 |
Color Harmonies of #C1CD7D
Complementary color
Monochromatic Colors of #C1CD7D
Black with #C1CD7D
Text Example
Text Example
White with #C1CD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CD7D; }
p { color: rgb(193,205,125); }
H1.HeaderClassName
{
color: #C1CD7D;
}
.AnyTagClassName
{
color: #C1CD7D;
}
</style>
background-color css
<style>
a { background-color: #C1CD7D; }
a { background-color: rgb(193,205,125); }
div.DivClassName
{
background-color: #C1CD7D;
}
.BgClassName
{
background-color: #C1CD7D;
}
</style>
border-color css
<style>
span { border-color: #C1CD7D; }
span { border-color: rgb(193,205,125); }
td.TdClassName
{
border-color: #C1CD7D;
}
.TagClassName
{
border-color: #C1CD7D;
}
</style>