Html Css Color HEX #C4BA6A Dark Khaki

📋 copy color: '#C4BA6A'

red 196 ◦ green 186 ◦ blue 106

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

Shades of Dark Khaki #C4BA6A

Tints of Dark Khaki #C4BA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.72%

R = 40.16%
G = 38.11%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4BA6A (or 0xC4BA6A) is known color: Dark Khaki. HEX triplet: C4, BA and 6A. RGB value is (196,186,106). Sum of RGB (Red+Green+Blue) = 196+186+106=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA6A is #3B4595. Grayscale: #B4B4B4. Windows color (decimal): -3884438 or 6994628. OLE color: 6994628.

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

Color convert

RGB 196 186 106 -
CMYK 0 0.05 0.46 0.23
HSL 53.33º 0.43% 0.59% -
HSV(B) 53.33º 0.46% 0.77% -
XYZ 42.93 47.89 20.62 -
YUV 179.87 86.31 139.5 -
System Red Green Blue C M Y K H S L
Decimal 196 186 106 0 0.05 0.46 0.23 53.33 0.43 0.59
Hex C4 BA 6A 0 5 2E 17 35 2B 3B
Octal 304 272 152 0 5 56 27 65 53 73
Binary 11000100 10111010 1101010 0 101 101110 10111 110101 101011 111011

Color Harmonies of #C4BA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA6A

Black with #C4BA6A

Text Example


Text Example

White with #C4BA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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