Html Css Color HEX #C7B56C Dark Khaki

📋 copy color: '#C7B56C'

red 199 ◦ green 181 ◦ blue 108

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

Shades of Dark Khaki #C7B56C

Tints of Dark Khaki #C7B56C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.09%

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

R = 40.78%
G = 37.09%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7B56C (or 0xC7B56C) is known color: Dark Khaki. HEX triplet: C7, B5 and 6C. RGB value is (199,181,108). Sum of RGB (Red+Green+Blue) = 199+181+108=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B56C is #384A93. Grayscale: #B2B2B2. Windows color (decimal): -3689108 or 7124423. OLE color: 7124423.

HSL color Cylindrical-coordinate representation of color #C7B56C: hue angle of 48.13º 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 #C7B56C is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 181 108 -
CMYK 0 0.09 0.46 0.22
HSL 48.13º 0.45% 0.6% -
HSV(B) 48.13º 0.46% 0.78% -
XYZ 42.78 46.27 20.86 -
YUV 178.06 88.46 142.94 -
System Red Green Blue C M Y K H S L
Decimal 199 181 108 0 0.09 0.46 0.22 48.13 0.45 0.6
Hex C7 B5 6C 0 9 2E 16 30 2D 3C
Octal 307 265 154 0 11 56 26 60 55 74
Binary 11000111 10110101 1101100 0 1001 101110 10110 110000 101101 111100

Color Harmonies of #C7B56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B56C

Black with #C7B56C

Text Example


Text Example

White with #C7B56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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