#C8C56E

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

Shades of Dark Khaki #C8C56E

Tints of Dark Khaki #C8C56E

Color information

#C8C56E (or 0xC8C56E) is unknown color: approx Dark Khaki. HEX triplet: C8, C5 and 6E. RGB value is (200,197,110). Sum of RGB (Red+Green+Blue) = 200+197+110=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C56E is #373A91. Grayscale: #BCBCBC. Windows color (decimal): -3619474 or 7259592. OLE color: 7259592.

HSL color Cylindrical-coordinate representation of color #C8C56E: hue angle of 58º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8C56E is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB200197110-
CMYK00.020.450.22
HSL58º45%60.78%-
HSV(B)58º45%78.43%-
XYZ46.653.3422.59-
YUV187.9883.99136.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 197 (77.34% from 255) = 38.86%
BLUE value IS 110 (43.36% from 255) = 21.70%
R=39.45%
G=38.86%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019711000.020.450.22584560.78
HexC8C56E022D163a2d3d
Octal310305156025526725575
Binary1100100011000101110111001010110110110111010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C56E; }

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

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

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

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

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

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

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

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