Html Css Color HEX #C0B864 Dark Khaki

📋 copy color: '#C0B864'

red 192 ◦ green 184 ◦ blue 100

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

Shades of Dark Khaki #C0B864

Tints of Dark Khaki #C0B864

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.66%

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

R = 40.34%
G = 38.66%
B = 21.01%

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

#C0B864 (or 0xC0B864) is known color: Dark Khaki. HEX triplet: C0, B8 and 64. RGB value is (192,184,100). Sum of RGB (Red+Green+Blue) = 192+184+100=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B864 is #3F479B. Grayscale: #B1B1B1. Windows color (decimal): -4147100 or 6600896. OLE color: 6600896.

HSL color Cylindrical-coordinate representation of color #C0B864: hue angle of 54.78º 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 #C0B864 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 184 100 -
CMYK 0 0.04 0.48 0.25
HSL 54.78º 0.42% 0.57% -
HSV(B) 54.78º 0.48% 0.75% -
XYZ 41.18 46.41 18.84 -
YUV 176.82 84.65 138.83 -
System Red Green Blue C M Y K H S L
Decimal 192 184 100 0 0.04 0.48 0.25 54.78 0.42 0.57
Hex C0 B8 64 0 4 30 19 37 2A 39
Octal 300 270 144 0 4 60 31 67 52 71
Binary 11000000 10111000 1100100 0 100 110000 11001 110111 101010 111001

Color Harmonies of #C0B864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B864

Black with #C0B864

Text Example


Text Example

White with #C0B864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B864; }

 p { color: rgb(192,184,100); }

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

background-color css

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

 a { background-color: rgb(192,184,100); }

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

border-color css

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

 span { border-color: rgb(192,184,100); }

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