#C8BF73

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

Shades of Dark Khaki #C8BF73

Tints of Dark Khaki #C8BF73

Color information

#C8BF73 (or 0xC8BF73) is unknown color: approx Dark Khaki. HEX triplet: C8, BF and 73. RGB value is (200,191,115). Sum of RGB (Red+Green+Blue) = 200+191+115=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF73 is #37408C. Grayscale: #B9B9B9. Windows color (decimal): -3621005 or 7585736. OLE color: 7585736.

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

Color convert

RGB200191115-
CMYK00.040.420.22
HSL53.65º43.59%61.76%-
HSV(B)53.65º42.5%78.43%-
XYZ45.5450.7823.62-
YUV185.0388.48138.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 191 (75% from 255) = 37.75%
BLUE value IS 115 (45.31% from 255) = 22.73%
R=39.53%
G=37.75%
B=22.73%

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
Decimal20019111500.040.420.2253.6543.5961.76
HexC8BF73042A16362c3e
Octal310277163045226665476
Binary11001000101111111110011010010101010110110110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BF73; }

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

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

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

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

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

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

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

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