Shades of Deco #C1D57B
Tints of Deco #C1D57B
RGB
CMYK
RGB Variations
Color information
#C1D57B (or 0xC1D57B) is known color: Deco. HEX triplet: C1, D5 and 7B. RGB value is (193,213,123). Sum of RGB (Red+Green+Blue) = 193+213+123=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D57B is #3E2A84. Grayscale: #C5C5C5. Windows color (decimal): -4074117 or 8115649. OLE color: 8115649.
HSL color Cylindrical-coordinate representation of color #C1D57B: hue angle of 73.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1D57B is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 213 | 123 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.16 |
| HSL | 73.33º | 0.52% | 0.66% | - |
| HSV(B) | 73.33º | 0.42% | 0.84% | - |
| XYZ | 49.36 | 60.36 | 27.79 | - |
| YUV | 196.76 | 86.37 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 213 | 123 | 0.09 | 0 | 0.42 | 0.16 | 73.33 | 0.52 | 0.66 |
| Hex | C1 | D5 | 7B | 9 | 0 | 2A | 10 | 49 | 34 | 42 |
| Octal | 301 | 325 | 173 | 11 | 0 | 52 | 20 | 111 | 64 | 102 |
| Binary | 11000001 | 11010101 | 1111011 | 1001 | 0 | 101010 | 10000 | 1001001 | 110100 | 1000010 |
Color Harmonies of #C1D57B
Complementary color
Monochromatic Colors of #C1D57B
Black with #C1D57B
Text Example
Text Example
White with #C1D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D57B; }
p { color: rgb(193,213,123); }
H1.HeaderClassName
{
color: #C1D57B;
}
.AnyTagClassName
{
color: #C1D57B;
}
</style>
background-color css
<style>
a { background-color: #C1D57B; }
a { background-color: rgb(193,213,123); }
div.DivClassName
{
background-color: #C1D57B;
}
.BgClassName
{
background-color: #C1D57B;
}
</style>
border-color css
<style>
span { border-color: #C1D57B; }
span { border-color: rgb(193,213,123); }
td.TdClassName
{
border-color: #C1D57B;
}
.TagClassName
{
border-color: #C1D57B;
}
</style>