Html Css Color HEX #C3BA5E Dark Khaki

📋 copy color: '#C3BA5E'

red 195 ◦ green 186 ◦ blue 94

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

Shades of Dark Khaki #C3BA5E

Tints of Dark Khaki #C3BA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.79%

R = 41.05%
G = 39.16%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3BA5E (or 0xC3BA5E) is known color: Dark Khaki. HEX triplet: C3, BA and 5E. RGB value is (195,186,94). Sum of RGB (Red+Green+Blue) = 195+186+94=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA5E is #3C45A1. Grayscale: #B2B2B2. Windows color (decimal): -3949986 or 6208195. OLE color: 6208195.

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

Color convert

RGB 195 186 94 -
CMYK 0 0.05 0.52 0.24
HSL 54.65º 0.46% 0.57% -
HSV(B) 54.65º 0.52% 0.76% -
XYZ 42.08 47.53 17.55 -
YUV 178.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 195 186 94 0 0.05 0.52 0.24 54.65 0.46 0.57
Hex C3 BA 5E 0 5 34 18 37 2E 39
Octal 303 272 136 0 5 64 30 67 56 71
Binary 11000011 10111010 1011110 0 101 110100 11000 110111 101110 111001

Color Harmonies of #C3BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA5E

Black with #C3BA5E

Text Example


Text Example

White with #C3BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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