Html Css Color HEX #C0AE6E Dark Khaki

📋 copy color: '#C0AE6E'

red 192 ◦ green 174 ◦ blue 110

#C0AE6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #C0AE6E

Tints of Dark Khaki #C0AE6E

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 value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0AE6E (or 0xC0AE6E) is known color: 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

RGB 192 174 110 -
CMYK 0 0.09 0.43 0.25
HSL 46.83º 0.39% 0.59% -
HSV(B) 46.83º 0.43% 0.75% -
XYZ 39.69 42.6 20.88 -
YUV 172.09 92.96 142.2 -
System Red Green Blue C M Y K H S L
Decimal 192 174 110 0 0.09 0.43 0.25 46.83 0.39 0.59
Hex C0 AE 6E 0 9 2B 19 2F 27 3B
Octal 300 256 156 0 11 53 31 57 47 73
Binary 11000000 10101110 1101110 0 1001 101011 11001 101111 100111 111011

Color Harmonies of #C0AE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE6E

Black with #C0AE6E

Text Example


Text Example

White with #C0AE6E

Text Example


Text Example

HTML Codes & Css Web 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>