Html Css Color HEX #C3BA64 Dark Khaki

📋 copy color: '#C3BA64'

red 195 ◦ green 186 ◦ blue 100

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

Shades of Dark Khaki #C3BA64

Tints of Dark Khaki #C3BA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.79%

R = 40.54%
G = 38.67%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C3BA64 (or 0xC3BA64) is known color: Dark Khaki. HEX triplet: C3, BA and 64. RGB value is (195,186,100). Sum of RGB (Red+Green+Blue) = 195+186+100=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA64 is #3C459B. Grayscale: #B3B3B3. Windows color (decimal): -3949980 or 6601411. OLE color: 6601411.

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

Color convert

RGB 195 186 100 -
CMYK 0 0.05 0.49 0.24
HSL 54.32º 0.44% 0.58% -
HSV(B) 54.32º 0.49% 0.76% -
XYZ 42.36 47.64 19.02 -
YUV 178.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 195 186 100 0 0.05 0.49 0.24 54.32 0.44 0.58
Hex C3 BA 64 0 5 31 18 36 2C 3A
Octal 303 272 144 0 5 61 30 66 54 72
Binary 11000011 10111010 1100100 0 101 110001 11000 110110 101100 111010

Color Harmonies of #C3BA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA64

Black with #C3BA64

Text Example


Text Example

White with #C3BA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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