#C3BA65

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

Shades of Dark Khaki #C3BA65

Tints of Dark Khaki #C3BA65

Color information

#C3BA65 (or 0xC3BA65) is unknown color: approx Dark Khaki. HEX triplet: C3, BA and 65. RGB value is (195,186,101). Sum of RGB (Red+Green+Blue) = 195+186+101=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA65 is #3C459A. Grayscale: #B3B3B3. Windows color (decimal): -3949979 or 6666947. OLE color: 6666947.

HSL color Cylindrical-coordinate representation of color #C3BA65: hue angle of 54.26º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C3BA65 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB195186101-
CMYK00.050.480.24
HSL54.26º43.93%58.04%-
HSV(B)54.26º48.21%76.47%-
XYZ42.4147.6619.28-
YUV17983.98139.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=40.46%
G=38.59%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518610100.050.480.2454.2643.9358.04
HexC3BA65053018362c3a
Octal303272145056030665472
Binary11000011101110101100101010111000011000110110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA65; }

 p { color: rgb(195,186,101); }

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

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

 a { background-color: rgb(195,186,101); }

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

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

 span { border-color: rgb(195,186,101); }

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