#C7BA70

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

Shades of Dark Khaki #C7BA70

Tints of Dark Khaki #C7BA70

Color information

#C7BA70 (or 0xC7BA70) is unknown color: approx Dark Khaki. HEX triplet: C7, BA and 70. RGB value is (199,186,112). Sum of RGB (Red+Green+Blue) = 199+186+112=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA70 is #38458F. Grayscale: #B5B5B5. Windows color (decimal): -3687824 or 7387847. OLE color: 7387847.

HSL color Cylindrical-coordinate representation of color #C7BA70: hue angle of 51.03º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7BA70 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB199186112-
CMYK00.070.440.22
HSL51.03º43.72%60.98%-
HSV(B)51.03º43.72%78.04%-
XYZ44.0448.4322.36-
YUV181.4588.81140.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.04%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=40.04%
G=37.42%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918611200.070.440.2251.0343.7260.98
HexC7BA70072C16332c3d
Octal307272160075426635475
Binary11000111101110101110000011110110010110110011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BA70; }

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

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

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

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

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

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

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

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