Html Css Color HEX #C7BF76 Dark Khaki

📋 copy color: '#C7BF76'

red 199 ◦ green 191 ◦ blue 118

#C7BF76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #C7BF76

Tints of Dark Khaki #C7BF76

RGB

 RED value IS 199 (78.13% from 255) = 39.17%

 GREEN value IS 191 (75% from 255) = 37.6%

 BLUE value IS 118 (46.48% from 255) = 23.23%

R = 39.17%
G = 37.6%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C7BF76 (or 0xC7BF76) is known color: Dark Khaki. HEX triplet: C7, BF and 76. RGB value is (199,191,118). Sum of RGB (Red+Green+Blue) = 199+191+118=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BF76 is #384089. Grayscale: #B9B9B9. Windows color (decimal): -3686538 or 7782343. OLE color: 7782343.

HSL color Cylindrical-coordinate representation of color #C7BF76: hue angle of 54.07º degrees, saturation: 0.42, 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 #C7BF76 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 191 118 -
CMYK 0 0.04 0.41 0.22
HSL 54.07º 0.42% 0.62% -
HSV(B) 54.07º 0.41% 0.78% -
XYZ 45.45 50.71 24.53 -
YUV 185.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 199 191 118 0 0.04 0.41 0.22 54.07 0.42 0.62
Hex C7 BF 76 0 4 29 16 36 2A 3E
Octal 307 277 166 0 4 51 26 66 52 76
Binary 11000111 10111111 1110110 0 100 101001 10110 110110 101010 111110

Color Harmonies of #C7BF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BF76

Black with #C7BF76

Text Example


Text Example

White with #C7BF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BF76; }

 p { color: rgb(199,191,118); }

 H1.HeaderClassName
 {
   color: #C7BF76;
 }
 .AnyTagClassName
 {
   color: #C7BF76;
 }
</style>

background-color css

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

 a { background-color: rgb(199,191,118); }

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

border-color css

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

 span { border-color: rgb(199,191,118); }

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