#C3B56A

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

Shades of Dark Khaki #C3B56A

Tints of Dark Khaki #C3B56A

Color information

#C3B56A (or 0xC3B56A) is unknown color: approx Dark Khaki. HEX triplet: C3, B5 and 6A. RGB value is (195,181,106). Sum of RGB (Red+Green+Blue) = 195+181+106=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B56A is #3C4A95. Grayscale: #B0B0B0. Windows color (decimal): -3951254 or 6993347. OLE color: 6993347.

HSL color Cylindrical-coordinate representation of color #C3B56A: hue angle of 50.56º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3B56A is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB195181106-
CMYK00.070.460.24
HSL50.56º42.58%59.02%-
HSV(B)50.56º45.64%76.47%-
XYZ41.6345.6920.26-
YUV176.6488.14141.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 181 (71.09% from 255) = 37.55%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=40.46%
G=37.55%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518110600.070.460.2450.5642.5859.02
HexC3B56A072E18332b3b
Octal303265152075630635373
Binary11000011101101011101010011110111011000110011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B56A; }

 p { color: rgb(195,181,106); }

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

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

 a { background-color: rgb(195,181,106); }

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

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

 span { border-color: rgb(195,181,106); }

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