#C7C26F

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

Shades of Dark Khaki #C7C26F

Tints of Dark Khaki #C7C26F

Color information

#C7C26F (or 0xC7C26F) is unknown color: approx Dark Khaki. HEX triplet: C7, C2 and 6F. RGB value is (199,194,111). Sum of RGB (Red+Green+Blue) = 199+194+111=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C26F is #383D90. Grayscale: #BABABA. Windows color (decimal): -3685777 or 7324359. OLE color: 7324359.

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

Color convert

RGB199194111-
CMYK00.030.440.22
HSL56.59º44%60.78%-
HSV(B)56.59º44.22%78.04%-
XYZ45.7151.8722.64-
YUV186.0385.66137.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.48%
GREEN value IS 194 (76.17% from 255) = 38.49%
BLUE value IS 111 (43.75% from 255) = 22.02%
R=39.48%
G=38.49%
B=22.02%

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
Decimal19919411100.030.440.2256.594460.78
HexC7C26F032C16392c3d
Octal307302157035426715475
Binary1100011111000010110111101110110010110111001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C26F; }

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

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

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

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

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

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

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

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