#C7C261

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

Shades of Dark Khaki #C7C261

Tints of Dark Khaki #C7C261

Color information

#C7C261 (or 0xC7C261) is unknown color: approx Dark Khaki. HEX triplet: C7, C2 and 61. RGB value is (199,194,97). Sum of RGB (Red+Green+Blue) = 199+194+97=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C261 is #383D9E. Grayscale: #B8B8B8. Windows color (decimal): -3685791 or 6406855. OLE color: 6406855.

HSL color Cylindrical-coordinate representation of color #C7C261: hue angle of 57.06º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C7C261 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB19919497-
CMYK00.030.510.22
HSL57.06º47.66%58.04%-
HSV(B)57.06º51.26%78.04%-
XYZ4551.5918.89-
YUV184.4478.66138.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.61%
GREEN value IS 194 (76.17% from 255) = 39.59%
BLUE value IS 97 (38.28% from 255) = 19.80%
R=40.61%
G=39.59%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991949700.030.510.2257.0647.6658.04
HexC7C26103331639303a
Octal307302141036326716072
Binary1100011111000010110000101111001110110111001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C261; }

 p { color: rgb(199,194,97); }

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

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

 a { background-color: rgb(199,194,97); }

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

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

 span { border-color: rgb(199,194,97); }

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