#C0B474

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

Shades of Dark Khaki #C0B474

Tints of Dark Khaki #C0B474

Color information

#C0B474 (or 0xC0B474) is unknown color: approx Dark Khaki. HEX triplet: C0, B4 and 74. RGB value is (192,180,116). Sum of RGB (Red+Green+Blue) = 192+180+116=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B474 is #3F4B8B. Grayscale: #B0B0B0. Windows color (decimal): -4148108 or 7648448. OLE color: 7648448.

HSL color Cylindrical-coordinate representation of color #C0B474: hue angle of 50.53º 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 #C0B474 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB192180116-
CMYK00.060.400.25
HSL50.53º37.62%60.39%-
HSV(B)50.53º39.58%75.29%-
XYZ41.2145.1123.06-
YUV176.2993.98139.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.34%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 116 (45.70% from 255) = 23.77%
R=39.34%
G=36.89%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218011600.060.400.2550.5337.6260.39
HexC0B47406281933263c
Octal300264164065031634674
Binary11000000101101001110100011010100011001110011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B474; }

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

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

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

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

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

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

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

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