Html Css Color HEX #C7BA66 Dark Khaki

📋 copy color: '#C7BA66'

red 199 ◦ green 186 ◦ blue 102

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

Shades of Dark Khaki #C7BA66

Tints of Dark Khaki #C7BA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.94%

R = 40.86%
G = 38.19%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C7BA66 (or 0xC7BA66) is known color: Dark Khaki. HEX triplet: C7, BA and 66. RGB value is (199,186,102). Sum of RGB (Red+Green+Blue) = 199+186+102=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA66 is #384599. Grayscale: #B4B4B4. Windows color (decimal): -3687834 or 6732487. OLE color: 6732487.

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

Color convert

RGB 199 186 102 -
CMYK 0 0.07 0.49 0.22
HSL 51.96º 0.46% 0.59% -
HSV(B) 51.96º 0.49% 0.78% -
XYZ 43.51 48.22 19.58 -
YUV 180.31 83.81 141.33 -
System Red Green Blue C M Y K H S L
Decimal 199 186 102 0 0.07 0.49 0.22 51.96 0.46 0.59
Hex C7 BA 66 0 7 31 16 34 2E 3B
Octal 307 272 146 0 7 61 26 64 56 73
Binary 11000111 10111010 1100110 0 111 110001 10110 110100 101110 111011

Color Harmonies of #C7BA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA66

Black with #C7BA66

Text Example


Text Example

White with #C7BA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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