#C7C97C

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

Shades of Deco #C7C97C

Tints of Deco #C7C97C

Color information

#C7C97C (or 0xC7C97C) is unknown color: approx Deco. HEX triplet: C7, C9 and 7C. RGB value is (199,201,124). Sum of RGB (Red+Green+Blue) = 199+201+124=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C97C is #383683. Grayscale: #BFBFBF. Windows color (decimal): -3683972 or 8178119. OLE color: 8178119.

HSL color Cylindrical-coordinate representation of color #C7C97C: hue angle of 61.56º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7C97C is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB199201124-
CMYK0.0100.380.21
HSL61.56º41.62%63.73%-
HSV(B)61.56º38.31%78.82%-
XYZ48.0855.3727.22-
YUV191.6289.84133.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.98%
GREEN value IS 201 (78.91% from 255) = 38.36%
BLUE value IS 124 (48.83% from 255) = 23.66%
R=37.98%
G=38.36%
B=23.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1992011240.0100.380.2161.5641.6263.73
HexC7C97C1026153e2a40
Octal3073111741046257652100
Binary1100011111001001111110010100110101011111101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C97C; }

 p { color: rgb(199,201,124); }

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

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

 a { background-color: rgb(199,201,124); }

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

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

 span { border-color: rgb(199,201,124); }

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