Html Css Color HEX #C7BA65 Dark Khaki

📋 copy color: '#C7BA65'

red 199 ◦ green 186 ◦ blue 101

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

Shades of Dark Khaki #C7BA65

Tints of Dark Khaki #C7BA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.78%

R = 40.95%
G = 38.27%
B = 20.78%

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

#C7BA65 (or 0xC7BA65) is known color: Dark Khaki. HEX triplet: C7, BA and 65. RGB value is (199,186,101). Sum of RGB (Red+Green+Blue) = 199+186+101=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA65 is #38459A. Grayscale: #B4B4B4. Windows color (decimal): -3687835 or 6666951. OLE color: 6666951.

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

Color convert

RGB 199 186 101 -
CMYK 0 0.07 0.49 0.22
HSL 52.04º 0.47% 0.59% -
HSV(B) 52.04º 0.49% 0.78% -
XYZ 43.46 48.2 19.32 -
YUV 180.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 199 186 101 0 0.07 0.49 0.22 52.04 0.47 0.59
Hex C7 BA 65 0 7 31 16 34 2F 3B
Octal 307 272 145 0 7 61 26 64 57 73
Binary 11000111 10111010 1100101 0 111 110001 10110 110100 101111 111011

Color Harmonies of #C7BA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA65

Black with #C7BA65

Text Example


Text Example

White with #C7BA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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