#C8C260

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

Shades of Dark Khaki #C8C260

Tints of Dark Khaki #C8C260

Color information

#C8C260 (or 0xC8C260) is unknown color: approx Dark Khaki. HEX triplet: C8, C2 and 60. RGB value is (200,194,96). Sum of RGB (Red+Green+Blue) = 200+194+96=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C260 is #373D9F. Grayscale: #B9B9B9. Windows color (decimal): -3620256 or 6341320. OLE color: 6341320.

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

Color convert

RGB20019496-
CMYK00.030.520.22
HSL56.54º48.6%58.04%-
HSV(B)56.54º52%78.43%-
XYZ45.2251.7118.66-
YUV184.6277.99138.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 194 (76.17% from 255) = 39.59%
BLUE value IS 96 (37.89% from 255) = 19.59%
R=40.82%
G=39.59%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001949600.030.520.2256.5448.658.04
HexC8C26003341639313a
Octal310302140036426716172
Binary1100100011000010110000001111010010110111001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C260; }

 p { color: rgb(200,194,96); }

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

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

 a { background-color: rgb(200,194,96); }

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

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

 span { border-color: rgb(200,194,96); }

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