#C0B365

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

Shades of Dark Khaki #C0B365

Tints of Dark Khaki #C0B365

Color information

#C0B365 (or 0xC0B365) is unknown color: approx Dark Khaki. HEX triplet: C0, B3 and 65. RGB value is (192,179,101). Sum of RGB (Red+Green+Blue) = 192+179+101=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B365 is #3F4C9A. Grayscale: #AEAEAE. Windows color (decimal): -4148379 or 6665152. OLE color: 6665152.

HSL color Cylindrical-coordinate representation of color #C0B365: hue angle of 51.43º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0B365 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB192179101-
CMYK00.070.470.25
HSL51.43º41.94%57.45%-
HSV(B)51.43º47.4%75.29%-
XYZ40.2144.3918.76-
YUV17486.81140.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.68%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 101 (39.84% from 255) = 21.40%
R=40.68%
G=37.92%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217910100.070.470.2551.4341.9457.45
HexC0B365072F19332a39
Octal300263145075731635271
Binary11000000101100111100101011110111111001110011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B365; }

 p { color: rgb(192,179,101); }

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

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

 a { background-color: rgb(192,179,101); }

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

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

 span { border-color: rgb(192,179,101); }

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