#c7c270

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

Shades of Dark Khaki #C7C270

Tints of Dark Khaki #C7C270

Color information

#C7C270 (or 0xC7C270) is unknown color: approx Dark Khaki. HEX triplet: C7, C2 and 70. RGB value is (199,194,112). Sum of RGB (Red+Green+Blue) = 199+194+112=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C270 is #383D8F. Grayscale: #BABABA. Windows color (decimal): -3685776 or 7389895. OLE color: 7389895.

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

Color convert

RGB199194112-
CMYK00.030.440.22
HSL56.55º43.72%60.98%-
HSV(B)56.55º43.72%78.04%-
XYZ45.7751.922.93-
YUV186.1586.16137.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.41%
GREEN value IS 194 (76.17% from 255) = 38.42%
BLUE value IS 112 (44.14% from 255) = 22.18%
R=39.41%
G=38.42%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919411200.030.440.2256.5543.7260.98
HexC7C270032C16392c3d
Octal307302160035426715475
Binary1100011111000010111000001110110010110111001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7c270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7c270; }

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

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

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

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

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

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

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

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