Html Css Color HEX #C4BA6F Dark Khaki

📋 copy color: '#C4BA6F'

red 196 ◦ green 186 ◦ blue 111

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

Shades of Dark Khaki #C4BA6F

Tints of Dark Khaki #C4BA6F

RGB

 RED value IS 196 (76.95% from 255) = 39.76%

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

 BLUE value IS 111 (43.75% from 255) = 22.52%

R = 39.76%
G = 37.73%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4BA6F (or 0xC4BA6F) is known color: Dark Khaki. HEX triplet: C4, BA and 6F. RGB value is (196,186,111). Sum of RGB (Red+Green+Blue) = 196+186+111=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA6F is #3B4590. Grayscale: #B4B4B4. Windows color (decimal): -3884433 or 7322308. OLE color: 7322308.

HSL color Cylindrical-coordinate representation of color #C4BA6F: hue angle of 52.94º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4BA6F is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 186 111 -
CMYK 0 0.05 0.43 0.23
HSL 52.94º 0.42% 0.6% -
HSV(B) 52.94º 0.43% 0.77% -
XYZ 43.19 48 22.03 -
YUV 180.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 196 186 111 0 0.05 0.43 0.23 52.94 0.42 0.6
Hex C4 BA 6F 0 5 2B 17 35 2A 3C
Octal 304 272 157 0 5 53 27 65 52 74
Binary 11000100 10111010 1101111 0 101 101011 10111 110101 101010 111100

Color Harmonies of #C4BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA6F

Black with #C4BA6F

Text Example


Text Example

White with #C4BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA6F; }

 p { color: rgb(196,186,111); }

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

background-color css

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

 a { background-color: rgb(196,186,111); }

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

border-color css

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

 span { border-color: rgb(196,186,111); }

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