#C7BC71

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

Shades of Dark Khaki #C7BC71

Tints of Dark Khaki #C7BC71

Color information

#C7BC71 (or 0xC7BC71) is unknown color: approx Dark Khaki. HEX triplet: C7, BC and 71. RGB value is (199,188,113). Sum of RGB (Red+Green+Blue) = 199+188+113=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BC71 is #38438E. Grayscale: #B7B7B7. Windows color (decimal): -3687311 or 7453895. OLE color: 7453895.

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

Color convert

RGB199188113-
CMYK00.060.430.22
HSL52.33º43.43%61.18%-
HSV(B)52.33º43.22%78.04%-
XYZ44.5249.322.79-
YUV182.7488.64139.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.8%
GREEN value IS 188 (73.83% from 255) = 37.6%
BLUE value IS 113 (44.53% from 255) = 22.6%
R=39.8%
G=37.6%
B=22.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918811300.060.430.2252.3343.4361.18
HexC7BC71062B16342b3d
Octal307274161065326645375
Binary11000111101111001110001011010101110110110100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BC71; }

 p { color: rgb(199,188,113); }

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

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

 a { background-color: rgb(199,188,113); }

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

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

 span { border-color: rgb(199,188,113); }

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