#C8BF74

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

Shades of Dark Khaki #C8BF74

Tints of Dark Khaki #C8BF74

Color information

#C8BF74 (or 0xC8BF74) is unknown color: approx Dark Khaki. HEX triplet: C8, BF and 74. RGB value is (200,191,116). Sum of RGB (Red+Green+Blue) = 200+191+116=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF74 is #37408B. Grayscale: #B9B9B9. Windows color (decimal): -3621004 or 7651272. OLE color: 7651272.

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

Color convert

RGB200191116-
CMYK00.040.420.22
HSL53.57º43.3%61.96%-
HSV(B)53.57º42%78.43%-
XYZ45.650.823.93-
YUV185.1488.98138.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 116 (45.70% from 255) = 22.88%
R=39.45%
G=37.67%
B=22.88%

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
Decimal20019111600.040.420.2253.5743.361.96
HexC8BF74042A16362b3e
Octal310277164045226665376
Binary11001000101111111110100010010101010110110110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BF74; }

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

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

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

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

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

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

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

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