Html Css Color HEX #C3BA6D Dark Khaki

📋 copy color: '#C3BA6D'

red 195 ◦ green 186 ◦ blue 109

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

Shades of Dark Khaki #C3BA6D

Tints of Dark Khaki #C3BA6D

RGB

 RED value IS 195 (76.56% from 255) = 39.8%

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

 BLUE value IS 109 (42.97% from 255) = 22.24%

R = 39.8%
G = 37.96%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3BA6D (or 0xC3BA6D) is known color: Dark Khaki. HEX triplet: C3, BA and 6D. RGB value is (195,186,109). Sum of RGB (Red+Green+Blue) = 195+186+109=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA6D is #3C4592. Grayscale: #B4B4B4. Windows color (decimal): -3949971 or 7191235. OLE color: 7191235.

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

Color convert

RGB 195 186 109 -
CMYK 0 0.05 0.44 0.24
HSL 53.72º 0.42% 0.6% -
HSV(B) 53.72º 0.44% 0.76% -
XYZ 42.82 47.82 21.44 -
YUV 179.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 195 186 109 0 0.05 0.44 0.24 53.72 0.42 0.6
Hex C3 BA 6D 0 5 2C 18 36 2A 3C
Octal 303 272 155 0 5 54 30 66 52 74
Binary 11000011 10111010 1101101 0 101 101100 11000 110110 101010 111100

Color Harmonies of #C3BA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA6D

Black with #C3BA6D

Text Example


Text Example

White with #C3BA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA6D; }

 p { color: rgb(195,186,109); }

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

background-color css

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

 a { background-color: rgb(195,186,109); }

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

border-color css

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

 span { border-color: rgb(195,186,109); }

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