Html Css Color HEX #C0B963 Dark Khaki

📋 copy color: '#C0B963'

red 192 ◦ green 185 ◦ blue 99

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

Shades of Dark Khaki #C0B963

Tints of Dark Khaki #C0B963

RGB

 RED value IS 192 (75.39% from 255) = 40.34%

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

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

R = 40.34%
G = 38.87%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0B963 (or 0xC0B963) is known color: Dark Khaki. HEX triplet: C0, B9 and 63. RGB value is (192,185,99). Sum of RGB (Red+Green+Blue) = 192+185+99=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B963 is #3F469C. Grayscale: #B1B1B1. Windows color (decimal): -4146845 or 6535616. OLE color: 6535616.

HSL color Cylindrical-coordinate representation of color #C0B963: hue angle of 55.48º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0B963 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 185 99 -
CMYK 0 0.04 0.48 0.25
HSL 55.48º 0.42% 0.57% -
HSV(B) 55.48º 0.48% 0.75% -
XYZ 41.34 46.81 18.66 -
YUV 177.29 83.82 138.49 -
System Red Green Blue C M Y K H S L
Decimal 192 185 99 0 0.04 0.48 0.25 55.48 0.42 0.57
Hex C0 B9 63 0 4 30 19 37 2A 39
Octal 300 271 143 0 4 60 31 67 52 71
Binary 11000000 10111001 1100011 0 100 110000 11001 110111 101010 111001

Color Harmonies of #C0B963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B963

Black with #C0B963

Text Example


Text Example

White with #C0B963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B963; }

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

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

background-color css

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

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

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

border-color css

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

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

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