Shades of Deco #C4CF7B
Tints of Deco #C4CF7B
RGB
CMYK
RGB Variations
Color information
#C4CF7B (or 0xC4CF7B) is known color: Deco. HEX triplet: C4, CF and 7B. RGB value is (196,207,123). Sum of RGB (Red+Green+Blue) = 196+207+123=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CF7B is #3B3084. Grayscale: #C2C2C2. Windows color (decimal): -3879045 or 8114116. OLE color: 8114116.
HSL color Cylindrical-coordinate representation of color #C4CF7B: hue angle of 67.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4CF7B is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 207 | 123 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.19 |
| HSL | 67.86º | 0.47% | 0.65% | - |
| HSV(B) | 67.86º | 0.41% | 0.81% | - |
| XYZ | 48.65 | 57.79 | 27.33 | - |
| YUV | 194.14 | 87.86 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 123 | 0.05 | 0 | 0.41 | 0.19 | 67.86 | 0.47 | 0.65 |
| Hex | C4 | CF | 7B | 5 | 0 | 29 | 13 | 44 | 2F | 41 |
| Octal | 304 | 317 | 173 | 5 | 0 | 51 | 23 | 104 | 57 | 101 |
| Binary | 11000100 | 11001111 | 1111011 | 101 | 0 | 101001 | 10011 | 1000100 | 101111 | 1000001 |
Color Harmonies of #C4CF7B
Complementary color
Monochromatic Colors of #C4CF7B
Black with #C4CF7B
Text Example
Text Example
White with #C4CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CF7B; }
p { color: rgb(196,207,123); }
H1.HeaderClassName
{
color: #C4CF7B;
}
.AnyTagClassName
{
color: #C4CF7B;
}
</style>
background-color css
<style>
a { background-color: #C4CF7B; }
a { background-color: rgb(196,207,123); }
div.DivClassName
{
background-color: #C4CF7B;
}
.BgClassName
{
background-color: #C4CF7B;
}
</style>
border-color css
<style>
span { border-color: #C4CF7B; }
span { border-color: rgb(196,207,123); }
td.TdClassName
{
border-color: #C4CF7B;
}
.TagClassName
{
border-color: #C4CF7B;
}
</style>