Html Css Color HEX #C0B961 Dark Khaki

📋 copy color: '#C0B961'

red 192 ◦ green 185 ◦ blue 97

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

Shades of Dark Khaki #C0B961

Tints of Dark Khaki #C0B961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.46%

R = 40.51%
G = 39.03%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0B961 (or 0xC0B961) is known color: Dark Khaki. HEX triplet: C0, B9 and 61. RGB value is (192,185,97). Sum of RGB (Red+Green+Blue) = 192+185+97=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B961 is #3F469E. Grayscale: #B1B1B1. Windows color (decimal): -4146847 or 6404544. OLE color: 6404544.

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

Color convert

RGB 192 185 97 -
CMYK 0 0.04 0.49 0.25
HSL 55.58º 0.43% 0.57% -
HSV(B) 55.58º 0.49% 0.75% -
XYZ 41.24 46.77 18.16 -
YUV 177.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 192 185 97 0 0.04 0.49 0.25 55.58 0.43 0.57
Hex C0 B9 61 0 4 31 19 38 2B 39
Octal 300 271 141 0 4 61 31 70 53 71
Binary 11000000 10111001 1100001 0 100 110001 11001 111000 101011 111001

Color Harmonies of #C0B961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B961

Black with #C0B961

Text Example


Text Example

White with #C0B961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B961; }

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

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

background-color css

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

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

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

border-color css

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

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

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