Html Css Color HEX #C7BA73 Dark Khaki

📋 copy color: '#C7BA73'

red 199 ◦ green 186 ◦ blue 115

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

Shades of Dark Khaki #C7BA73

Tints of Dark Khaki #C7BA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23%

R = 39.8%
G = 37.2%
B = 23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C7BA73 (or 0xC7BA73) is known color: Dark Khaki. HEX triplet: C7, BA and 73. RGB value is (199,186,115). Sum of RGB (Red+Green+Blue) = 199+186+115=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA73 is #38458C. Grayscale: #B6B6B6. Windows color (decimal): -3687821 or 7584455. OLE color: 7584455.

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

Color convert

RGB 199 186 115 -
CMYK 0 0.07 0.42 0.22
HSL 50.71º 0.43% 0.62% -
HSV(B) 50.71º 0.42% 0.78% -
XYZ 44.21 48.5 23.25 -
YUV 181.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 199 186 115 0 0.07 0.42 0.22 50.71 0.43 0.62
Hex C7 BA 73 0 7 2A 16 33 2B 3E
Octal 307 272 163 0 7 52 26 63 53 76
Binary 11000111 10111010 1110011 0 111 101010 10110 110011 101011 111110

Color Harmonies of #C7BA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA73

Black with #C7BA73

Text Example


Text Example

White with #C7BA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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