Html Css Color HEX #C1B963 Dark Khaki

📋 copy color: '#C1B963'

red 193 ◦ green 185 ◦ blue 99

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

Shades of Dark Khaki #C1B963

Tints of Dark Khaki #C1B963

RGB

 RED value IS 193 (75.78% from 255) = 40.46%

 GREEN value IS 185 (72.66% from 255) = 38.78%

 BLUE value IS 99 (39.06% from 255) = 20.75%

R = 40.46%
G = 38.78%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C1B963 (or 0xC1B963) is known color: Dark Khaki. HEX triplet: C1, B9 and 63. RGB value is (193,185,99). Sum of RGB (Red+Green+Blue) = 193+185+99=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B963 is #3E469C. Grayscale: #B1B1B1. Windows color (decimal): -4081309 or 6535617. OLE color: 6535617.

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

Color convert

RGB 193 185 99 -
CMYK 0 0.04 0.49 0.24
HSL 54.89º 0.43% 0.57% -
HSV(B) 54.89º 0.49% 0.76% -
XYZ 41.59 46.94 18.67 -
YUV 177.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 193 185 99 0 0.04 0.49 0.24 54.89 0.43 0.57
Hex C1 B9 63 0 4 31 18 37 2B 39
Octal 301 271 143 0 4 61 30 67 53 71
Binary 11000001 10111001 1100011 0 100 110001 11000 110111 101011 111001

Color Harmonies of #C1B963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B963

Black with #C1B963

Text Example


Text Example

White with #C1B963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B963; }

 p { color: rgb(193,185,99); }

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

background-color css

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

 a { background-color: rgb(193,185,99); }

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

border-color css

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

 span { border-color: rgb(193,185,99); }

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