#C7C174

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

Shades of Dark Khaki #C7C174

Tints of Dark Khaki #C7C174

Color information

#C7C174 (or 0xC7C174) is unknown color: approx Dark Khaki. HEX triplet: C7, C1 and 74. RGB value is (199,193,116). Sum of RGB (Red+Green+Blue) = 199+193+116=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C174 is #383E8B. Grayscale: #BABABA. Windows color (decimal): -3686028 or 7651783. OLE color: 7651783.

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

Color convert

RGB199193116-
CMYK00.030.420.22
HSL55.66º42.56%61.76%-
HSV(B)55.66º41.71%78.04%-
XYZ45.7851.5424.06-
YUV186.0288.49137.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.17%
GREEN value IS 193 (75.78% from 255) = 37.99%
BLUE value IS 116 (45.70% from 255) = 22.83%
R=39.17%
G=37.99%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919311600.030.420.2255.6642.5661.76
HexC7C174032A16382b3e
Octal307301164035226705376
Binary1100011111000001111010001110101010110111000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C174; }

 p { color: rgb(199,193,116); }

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

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

 a { background-color: rgb(199,193,116); }

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

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

 span { border-color: rgb(199,193,116); }

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