#C0B974

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

Shades of Dark Khaki #C0B974

Tints of Dark Khaki #C0B974

Color information

#C0B974 (or 0xC0B974) is unknown color: approx Dark Khaki. HEX triplet: C0, B9 and 74. RGB value is (192,185,116). Sum of RGB (Red+Green+Blue) = 192+185+116=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B974 is #3F468B. Grayscale: #B3B3B3. Windows color (decimal): -4146828 or 7649728. OLE color: 7649728.

HSL color Cylindrical-coordinate representation of color #C0B974: hue angle of 54.47º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0B974 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB192185116-
CMYK00.040.400.25
HSL54.47º37.62%60.39%-
HSV(B)54.47º39.58%75.29%-
XYZ42.2447.1723.4-
YUV179.2392.32137.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 185 (72.66% from 255) = 37.53%
BLUE value IS 116 (45.70% from 255) = 23.53%
R=38.95%
G=37.53%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218511600.040.400.2554.4737.6260.39
HexC0B97404281936263c
Octal300271164045031664674
Binary11000000101110011110100010010100011001110110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B974; }

 p { color: rgb(192,185,116); }

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

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

 a { background-color: rgb(192,185,116); }

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

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

 span { border-color: rgb(192,185,116); }

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