#C8BE71

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

Shades of Dark Khaki #C8BE71

Tints of Dark Khaki #C8BE71

Color information

#C8BE71 (or 0xC8BE71) is unknown color: approx Dark Khaki. HEX triplet: C8, BE and 71. RGB value is (200,190,113). Sum of RGB (Red+Green+Blue) = 200+190+113=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE71 is #37418E. Grayscale: #B8B8B8. Windows color (decimal): -3621263 or 7454408. OLE color: 7454408.

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

Color convert

RGB200190113-
CMYK00.050.440.22
HSL53.1º44.16%61.37%-
HSV(B)53.1º43.5%78.43%-
XYZ45.2150.322.95-
YUV184.2187.81139.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 190 (74.61% from 255) = 37.77%
BLUE value IS 113 (44.53% from 255) = 22.47%
R=39.76%
G=37.77%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019011300.050.440.2253.144.1661.37
HexC8BE71052C16352c3d
Octal310276161055426655475
Binary11001000101111101110001010110110010110110101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BE71; }

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

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

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

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

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

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

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

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