Html Css Color HEX #C4B963 Dark Khaki

📋 copy color: '#C4B963'

red 196 ◦ green 185 ◦ blue 99

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

Shades of Dark Khaki #C4B963

Tints of Dark Khaki #C4B963

RGB

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

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

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

R = 40.83%
G = 38.54%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C4B963 (or 0xC4B963) is known color: Dark Khaki. HEX triplet: C4, B9 and 63. RGB value is (196,185,99). Sum of RGB (Red+Green+Blue) = 196+185+99=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B963 is #3B469C. Grayscale: #B2B2B2. Windows color (decimal): -3884701 or 6535620. OLE color: 6535620.

HSL color Cylindrical-coordinate representation of color #C4B963: hue angle of 53.2º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4B963 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 185 99 -
CMYK 0 0.06 0.49 0.23
HSL 53.2º 0.45% 0.58% -
HSV(B) 53.2º 0.49% 0.77% -
XYZ 42.37 47.33 18.71 -
YUV 178.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 196 185 99 0 0.06 0.49 0.23 53.2 0.45 0.58
Hex C4 B9 63 0 6 31 17 35 2D 3A
Octal 304 271 143 0 6 61 27 65 55 72
Binary 11000100 10111001 1100011 0 110 110001 10111 110101 101101 111010

Color Harmonies of #C4B963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B963

Black with #C4B963

Text Example


Text Example

White with #C4B963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B963; }

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

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

background-color css

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

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

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

border-color css

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

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

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