#C7C46F

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

Shades of Dark Khaki #C7C46F

Tints of Dark Khaki #C7C46F

Color information

#C7C46F (or 0xC7C46F) is unknown color: approx Dark Khaki. HEX triplet: C7, C4 and 6F. RGB value is (199,196,111). Sum of RGB (Red+Green+Blue) = 199+196+111=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C46F is #383B90. Grayscale: #BBBBBB. Windows color (decimal): -3685265 or 7324871. OLE color: 7324871.

HSL color Cylindrical-coordinate representation of color #C7C46F: hue angle of 57.95º 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 #C7C46F is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB199196111-
CMYK00.020.440.22
HSL57.95º44%60.78%-
HSV(B)57.95º44.22%78.04%-
XYZ46.1652.7722.79-
YUV187.2184.99136.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.33%
GREEN value IS 196 (76.95% from 255) = 38.74%
BLUE value IS 111 (43.75% from 255) = 21.94%
R=39.33%
G=38.74%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919611100.020.440.2257.954460.78
HexC7C46F022C163a2c3d
Octal307304157025426725475
Binary1100011111000100110111101010110010110111010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C46F; }

 p { color: rgb(199,196,111); }

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

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

 a { background-color: rgb(199,196,111); }

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

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

 span { border-color: rgb(199,196,111); }

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