Shades of Deco #C2D07B
Tints of Deco #C2D07B
RGB
CMYK
RGB Variations
Color information
#C2D07B (or 0xC2D07B) is known color: Deco. HEX triplet: C2, D0 and 7B. RGB value is (194,208,123). Sum of RGB (Red+Green+Blue) = 194+208+123=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D07B is #3D2F84. Grayscale: #C2C2C2. Windows color (decimal): -4009861 or 8114370. OLE color: 8114370.
HSL color Cylindrical-coordinate representation of color #C2D07B: hue angle of 69.88º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2D07B is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 123 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.18 |
| HSL | 69.88º | 0.47% | 0.65% | - |
| HSV(B) | 69.88º | 0.41% | 0.82% | - |
| XYZ | 48.38 | 58.01 | 27.39 | - |
| YUV | 194.12 | 87.86 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 123 | 0.07 | 0 | 0.41 | 0.18 | 69.88 | 0.47 | 0.65 |
| Hex | C2 | D0 | 7B | 7 | 0 | 29 | 12 | 46 | 2F | 41 |
| Octal | 302 | 320 | 173 | 7 | 0 | 51 | 22 | 106 | 57 | 101 |
| Binary | 11000010 | 11010000 | 1111011 | 111 | 0 | 101001 | 10010 | 1000110 | 101111 | 1000001 |
Color Harmonies of #C2D07B
Complementary color
Monochromatic Colors of #C2D07B
Black with #C2D07B
Text Example
Text Example
White with #C2D07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D07B; }
p { color: rgb(194,208,123); }
H1.HeaderClassName
{
color: #C2D07B;
}
.AnyTagClassName
{
color: #C2D07B;
}
</style>
background-color css
<style>
a { background-color: #C2D07B; }
a { background-color: rgb(194,208,123); }
div.DivClassName
{
background-color: #C2D07B;
}
.BgClassName
{
background-color: #C2D07B;
}
</style>
border-color css
<style>
span { border-color: #C2D07B; }
span { border-color: rgb(194,208,123); }
td.TdClassName
{
border-color: #C2D07B;
}
.TagClassName
{
border-color: #C2D07B;
}
</style>