#C8BF75

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

Shades of Dark Khaki #C8BF75

Tints of Dark Khaki #C8BF75

Color information

#C8BF75 (or 0xC8BF75) is unknown color: approx Dark Khaki. HEX triplet: C8, BF and 75. RGB value is (200,191,117). Sum of RGB (Red+Green+Blue) = 200+191+117=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF75 is #37408A. Grayscale: #B9B9B9. Windows color (decimal): -3621003 or 7716808. OLE color: 7716808.

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

Color convert

RGB200191117-
CMYK00.040.420.22
HSL53.49º43.01%62.16%-
HSV(B)53.49º41.5%78.43%-
XYZ45.6650.8324.23-
YUV185.2589.48138.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 191 (75% from 255) = 37.60%
BLUE value IS 117 (46.09% from 255) = 23.03%
R=39.37%
G=37.60%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019111700.040.420.2253.4943.0162.16
HexC8BF75042A16352b3e
Octal310277165045226655376
Binary11001000101111111110101010010101010110110101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BF75; }

 p { color: rgb(200,191,117); }

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

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

 a { background-color: rgb(200,191,117); }

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

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

 span { border-color: rgb(200,191,117); }

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