#C7D071

Color #C7D071 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #C7D071

Tints of Deco #C7D071

Color information

#C7D071 (or 0xC7D071) is unknown color: approx Deco. HEX triplet: C7, D0 and 71. RGB value is (199,208,113). Sum of RGB (Red+Green+Blue) = 199+208+113=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D071 is #382F8E. Grayscale: #C2C2C2. Windows color (decimal): -3682191 or 7459015. OLE color: 7459015.

HSL color Cylindrical-coordinate representation of color #C7D071: hue angle of 65.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7D071 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB199208113-
CMYK0.0400.460.18
HSL65.68º50.26%62.94%-
HSV(B)65.68º45.67%81.57%-
XYZ49.0958.4524.32-
YUV194.4882.02131.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 38.27%
GREEN value IS 208 (81.64% from 255) = 40%
BLUE value IS 113 (44.53% from 255) = 21.73%
R=38.27%
G=40%
B=21.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1992081130.0400.460.1865.6850.2662.94
HexC7D071402E1242323f
Octal3073201614056221026277
Binary110001111101000011100011000101110100101000010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D071; }

 p { color: rgb(199,208,113); }

 H1.HeaderClassName
 {
   color: #C7D071;
 }
 .AnyTagClassName
 {
   color: #C7D071;
 }
</style>
background-color css

<style>
 a { background-color: #C7D071; }

 a { background-color: rgb(199,208,113); }

 div.DivClassName
 {
   background-color: #C7D071;
 }
 .BgClassName
 {
   background-color: #C7D071;
 }
</style>
border-color css

<style>
 span { border-color: #C7D071; }

 span { border-color: rgb(199,208,113); }

 td.TdClassName
 {
   border-color: #C7D071;
 }
 .TagClassName
 {
   border-color: #C7D071;
 }
</style>