#C0AE6E

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

Shades of Dark Khaki #C0AE6E

Tints of Dark Khaki #C0AE6E

Color information

#C0AE6E (or 0xC0AE6E) is unknown color: approx Dark Khaki. HEX triplet: C0, AE and 6E. RGB value is (192,174,110). Sum of RGB (Red+Green+Blue) = 192+174+110=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE6E is #3F5191. Grayscale: #ACACAC. Windows color (decimal): -4149650 or 7253696. OLE color: 7253696.

HSL color Cylindrical-coordinate representation of color #C0AE6E: hue angle of 46.83º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0AE6E is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB192174110-
CMYK00.090.430.25
HSL46.83º39.42%59.22%-
HSV(B)46.83º42.71%75.29%-
XYZ39.6942.620.88-
YUV172.0992.96142.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.34%
GREEN value IS 174 (68.36% from 255) = 36.55%
BLUE value IS 110 (43.36% from 255) = 23.11%
R=40.34%
G=36.55%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217411000.090.430.2546.8339.4259.22
HexC0AE6E092B192f273b
Octal3002561560115331574773
Binary110000001010111011011100100110101111001101111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AE6E; }

 p { color: rgb(192,174,110); }

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

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

 a { background-color: rgb(192,174,110); }

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

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

 span { border-color: rgb(192,174,110); }

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