#C0BC65

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

Shades of Dark Khaki #C0BC65

Tints of Dark Khaki #C0BC65

Color information

#C0BC65 (or 0xC0BC65) is unknown color: approx Dark Khaki. HEX triplet: C0, BC and 65. RGB value is (192,188,101). Sum of RGB (Red+Green+Blue) = 192+188+101=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC65 is #3F439A. Grayscale: #B3B3B3. Windows color (decimal): -4146075 or 6667456. OLE color: 6667456.

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

Color convert

RGB192188101-
CMYK00.020.470.25
HSL57.36º41.94%57.45%-
HSV(B)57.36º47.4%75.29%-
XYZ42.0748.1119.38-
YUV179.2883.83137.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.92%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 101 (39.84% from 255) = 21.00%
R=39.92%
G=39.09%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218810100.020.470.2557.3641.9457.45
HexC0BC65022F19392a39
Octal300274145025731715271
Binary1100000010111100110010101010111111001111001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BC65; }

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

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

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

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

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

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

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

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