Html Css Color HEX #C0B862 Dark Khaki

📋 copy color: '#C0B862'

red 192 ◦ green 184 ◦ blue 98

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

Shades of Dark Khaki #C0B862

Tints of Dark Khaki #C0B862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.68%

R = 40.51%
G = 38.82%
B = 20.68%

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

#C0B862 (or 0xC0B862) is known color: Dark Khaki. HEX triplet: C0, B8 and 62. RGB value is (192,184,98). Sum of RGB (Red+Green+Blue) = 192+184+98=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B862 is #3F479D. Grayscale: #B0B0B0. Windows color (decimal): -4147102 or 6469824. OLE color: 6469824.

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

Color convert

RGB 192 184 98 -
CMYK 0 0.04 0.49 0.25
HSL 54.89º 0.43% 0.57% -
HSV(B) 54.89º 0.49% 0.75% -
XYZ 41.08 46.37 18.34 -
YUV 176.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 192 184 98 0 0.04 0.49 0.25 54.89 0.43 0.57
Hex C0 B8 62 0 4 31 19 37 2B 39
Octal 300 270 142 0 4 61 31 67 53 71
Binary 11000000 10111000 1100010 0 100 110001 11001 110111 101011 111001

Color Harmonies of #C0B862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B862

Black with #C0B862

Text Example


Text Example

White with #C0B862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B862; }

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

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

background-color css

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

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

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

border-color css

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

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

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