#C7CD76

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

Shades of Deco #C7CD76

Tints of Deco #C7CD76

Color information

#C7CD76 (or 0xC7CD76) is unknown color: approx Deco. HEX triplet: C7, CD and 76. RGB value is (199,205,118). Sum of RGB (Red+Green+Blue) = 199+205+118=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CD76 is #383289. Grayscale: #C1C1C1. Windows color (decimal): -3682954 or 7785927. OLE color: 7785927.

HSL color Cylindrical-coordinate representation of color #C7CD76: hue angle of 64.14º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7CD76 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB199205118-
CMYK0.0300.420.20
HSL64.14º46.52%63.33%-
HSV(B)64.14º42.44%80.39%-
XYZ48.6557.1125.6-
YUV193.2985.51132.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.12%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 118 (46.48% from 255) = 22.61%
R=38.12%
G=39.27%
B=22.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1992051180.0300.420.2064.1446.5263.33
HexC7CD76302A14402f3f
Octal3073151663052241005777
Binary11000111110011011110110110101010101001000000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CD76; }

 p { color: rgb(199,205,118); }

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

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

 a { background-color: rgb(199,205,118); }

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

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

 span { border-color: rgb(199,205,118); }

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