Html Css Color HEX #C7BA6C Dark Khaki

📋 copy color: '#C7BA6C'

red 199 ◦ green 186 ◦ blue 108

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

Shades of Dark Khaki #C7BA6C

Tints of Dark Khaki #C7BA6C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.73%

 BLUE value IS 108 (42.58% from 255) = 21.91%

R = 40.37%
G = 37.73%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7BA6C (or 0xC7BA6C) is known color: Dark Khaki. HEX triplet: C7, BA and 6C. RGB value is (199,186,108). Sum of RGB (Red+Green+Blue) = 199+186+108=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA6C is #384593. Grayscale: #B5B5B5. Windows color (decimal): -3687828 or 7125703. OLE color: 7125703.

HSL color Cylindrical-coordinate representation of color #C7BA6C: hue angle of 51.43º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7BA6C is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 186 108 -
CMYK 0 0.07 0.46 0.22
HSL 51.43º 0.45% 0.6% -
HSV(B) 51.43º 0.46% 0.78% -
XYZ 43.82 48.34 21.21 -
YUV 181 86.81 140.84 -
System Red Green Blue C M Y K H S L
Decimal 199 186 108 0 0.07 0.46 0.22 51.43 0.45 0.6
Hex C7 BA 6C 0 7 2E 16 33 2D 3C
Octal 307 272 154 0 7 56 26 63 55 74
Binary 11000111 10111010 1101100 0 111 101110 10110 110011 101101 111100

Color Harmonies of #C7BA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA6C

Black with #C7BA6C

Text Example


Text Example

White with #C7BA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA6C; }

 p { color: rgb(199,186,108); }

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

background-color css

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

 a { background-color: rgb(199,186,108); }

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

border-color css

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

 span { border-color: rgb(199,186,108); }

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