#C3BA70

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

Shades of Dark Khaki #C3BA70

Tints of Dark Khaki #C3BA70

Color information

#C3BA70 (or 0xC3BA70) is unknown color: approx Dark Khaki. HEX triplet: C3, BA and 70. RGB value is (195,186,112). Sum of RGB (Red+Green+Blue) = 195+186+112=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA70 is #3C458F. Grayscale: #B4B4B4. Windows color (decimal): -3949968 or 7387843. OLE color: 7387843.

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

Color convert

RGB195186112-
CMYK00.050.430.24
HSL53.49º40.89%60.2%-
HSV(B)53.49º42.56%76.47%-
XYZ42.9947.8922.31-
YUV180.2689.48138.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.55%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=39.55%
G=37.73%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518611200.050.430.2453.4940.8960.2
HexC3BA70052B1835293c
Octal303272160055330655174
Binary11000011101110101110000010110101111000110101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA70; }

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

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

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

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

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

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

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

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