Shades of Deco #C4D07B
Tints of Deco #C4D07B
RGB
CMYK
RGB Variations
Color information
#C4D07B (or 0xC4D07B) is known color: Deco. HEX triplet: C4, D0 and 7B. RGB value is (196,208,123). Sum of RGB (Red+Green+Blue) = 196+208+123=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D07B is #3B2F84. Grayscale: #C3C3C3. Windows color (decimal): -3878789 or 8114372. OLE color: 8114372.
HSL color Cylindrical-coordinate representation of color #C4D07B: hue angle of 68.47º 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 #C4D07B is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 123 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.18 |
| HSL | 68.47º | 0.47% | 0.65% | - |
| HSV(B) | 68.47º | 0.41% | 0.82% | - |
| XYZ | 48.9 | 58.28 | 27.41 | - |
| YUV | 194.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 123 | 0.06 | 0 | 0.41 | 0.18 | 68.47 | 0.47 | 0.65 |
| Hex | C4 | D0 | 7B | 6 | 0 | 29 | 12 | 44 | 2F | 41 |
| Octal | 304 | 320 | 173 | 6 | 0 | 51 | 22 | 104 | 57 | 101 |
| Binary | 11000100 | 11010000 | 1111011 | 110 | 0 | 101001 | 10010 | 1000100 | 101111 | 1000001 |
Color Harmonies of #C4D07B
Complementary color
Monochromatic Colors of #C4D07B
Black with #C4D07B
Text Example
Text Example
White with #C4D07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D07B; }
p { color: rgb(196,208,123); }
H1.HeaderClassName
{
color: #C4D07B;
}
.AnyTagClassName
{
color: #C4D07B;
}
</style>
background-color css
<style>
a { background-color: #C4D07B; }
a { background-color: rgb(196,208,123); }
div.DivClassName
{
background-color: #C4D07B;
}
.BgClassName
{
background-color: #C4D07B;
}
</style>
border-color css
<style>
span { border-color: #C4D07B; }
span { border-color: rgb(196,208,123); }
td.TdClassName
{
border-color: #C4D07B;
}
.TagClassName
{
border-color: #C4D07B;
}
</style>