#C3BA76

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

Shades of Dark Khaki #C3BA76

Tints of Dark Khaki #C3BA76

Color information

#C3BA76 (or 0xC3BA76) is unknown color: approx Dark Khaki. HEX triplet: C3, BA and 76. RGB value is (195,186,118). Sum of RGB (Red+Green+Blue) = 195+186+118=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA76 is #3C4589. Grayscale: #B5B5B5. Windows color (decimal): -3949962 or 7781059. OLE color: 7781059.

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

Color convert

RGB195186118-
CMYK00.050.390.24
HSL52.99º39.09%61.37%-
HSV(B)52.99º39.49%76.47%-
XYZ43.3348.0324.13-
YUV180.9492.48138.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 118 (46.48% from 255) = 23.65%
R=39.08%
G=37.27%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518611800.050.390.2452.9939.0961.37
HexC3BA7605271835273d
Octal303272166054730654775
Binary11000011101110101110110010110011111000110101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA76; }

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

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

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

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

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

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

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

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