#C8BA71

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

Shades of Dark Khaki #C8BA71

Tints of Dark Khaki #C8BA71

Color information

#C8BA71 (or 0xC8BA71) is unknown color: approx Dark Khaki. HEX triplet: C8, BA and 71. RGB value is (200,186,113). Sum of RGB (Red+Green+Blue) = 200+186+113=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA71 is #37458E. Grayscale: #B6B6B6. Windows color (decimal): -3622287 or 7453384. OLE color: 7453384.

HSL color Cylindrical-coordinate representation of color #C8BA71: hue angle of 50.34º 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 #C8BA71 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB200186113-
CMYK00.070.440.22
HSL50.34º44.16%61.37%-
HSV(B)50.34º43.5%78.43%-
XYZ44.3648.5922.66-
YUV181.8689.14140.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.08%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 113 (44.53% from 255) = 22.65%
R=40.08%
G=37.27%
B=22.65%

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
Decimal20018611300.070.440.2250.3444.1661.37
HexC8BA71072C16322c3d
Octal310272161075426625475
Binary11001000101110101110001011110110010110110010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA71; }

 p { color: rgb(200,186,113); }

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

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

 a { background-color: rgb(200,186,113); }

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

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

 span { border-color: rgb(200,186,113); }

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