#C0B26E

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

Shades of Dark Khaki #C0B26E

Tints of Dark Khaki #C0B26E

Color information

#C0B26E (or 0xC0B26E) is unknown color: approx Dark Khaki. HEX triplet: C0, B2 and 6E. RGB value is (192,178,110). Sum of RGB (Red+Green+Blue) = 192+178+110=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B26E is #3F4D91. Grayscale: #AEAEAE. Windows color (decimal): -4148626 or 7254720. OLE color: 7254720.

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

Color convert

RGB192178110-
CMYK00.070.430.25
HSL49.76º39.42%59.22%-
HSV(B)49.76º42.71%75.29%-
XYZ40.4744.1721.14-
YUV174.4391.64140.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40%
GREEN value IS 178 (69.92% from 255) = 37.08%
BLUE value IS 110 (43.36% from 255) = 22.92%
R=40%
G=37.08%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217811000.070.430.2549.7639.4259.22
HexC0B26E072B1932273b
Octal300262156075331624773
Binary11000000101100101101110011110101111001110010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B26E; }

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

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

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

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

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

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

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

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