#C8C56F

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

Shades of Dark Khaki #C8C56F

Tints of Dark Khaki #C8C56F

Color information

#C8C56F (or 0xC8C56F) is unknown color: approx Dark Khaki. HEX triplet: C8, C5 and 6F. RGB value is (200,197,111). Sum of RGB (Red+Green+Blue) = 200+197+111=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C56F is #373A90. Grayscale: #BCBCBC. Windows color (decimal): -3619473 or 7325128. OLE color: 7325128.

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

Color convert

RGB200197111-
CMYK00.020.440.22
HSL57.98º44.72%60.98%-
HSV(B)57.98º44.5%78.43%-
XYZ46.6553.3622.88-
YUV188.0984.49136.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 197 (77.34% from 255) = 38.78%
BLUE value IS 111 (43.75% from 255) = 21.85%
R=39.37%
G=38.78%
B=21.85%

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
Decimal20019711100.020.440.2257.9844.7260.98
HexC8C56F022C163a2d3d
Octal310305157025426725575
Binary1100100011000101110111101010110010110111010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C56F; }

 p { color: rgb(200,197,111); }

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

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

 a { background-color: rgb(200,197,111); }

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

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

 span { border-color: rgb(200,197,111); }

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