#C0B26F

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

Shades of Dark Khaki #C0B26F

Tints of Dark Khaki #C0B26F

Color information

#C0B26F (or 0xC0B26F) is unknown color: approx Dark Khaki. HEX triplet: C0, B2 and 6F. RGB value is (192,178,111). Sum of RGB (Red+Green+Blue) = 192+178+111=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B26F is #3F4D90. Grayscale: #AEAEAE. Windows color (decimal): -4148625 or 7320256. OLE color: 7320256.

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

Color convert

RGB192178111-
CMYK00.070.420.25
HSL49.63º39.13%59.41%-
HSV(B)49.63º42.19%75.29%-
XYZ40.5344.1921.43-
YUV174.5592.14140.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.92%
GREEN value IS 178 (69.92% from 255) = 37.01%
BLUE value IS 111 (43.75% from 255) = 23.08%
R=39.92%
G=37.01%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217811100.070.420.2549.6339.1359.41
HexC0B26F072A1932273b
Octal300262157075231624773
Binary11000000101100101101111011110101011001110010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B26F; }

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

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

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

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

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

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

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

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