Html Css Color HEX #C0B86D Dark Khaki

📋 copy color: '#C0B86D'

red 192 ◦ green 184 ◦ blue 109

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

Shades of Dark Khaki #C0B86D

Tints of Dark Khaki #C0B86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.47%

R = 39.59%
G = 37.94%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0B86D (or 0xC0B86D) is known color: Dark Khaki. HEX triplet: C0, B8 and 6D. RGB value is (192,184,109). Sum of RGB (Red+Green+Blue) = 192+184+109=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B86D is #3F4792. Grayscale: #B2B2B2. Windows color (decimal): -4147091 or 7190720. OLE color: 7190720.

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

Color convert

RGB 192 184 109 -
CMYK 0 0.04 0.43 0.25
HSL 54.22º 0.4% 0.59% -
HSV(B) 54.22º 0.43% 0.75% -
XYZ 41.64 46.59 21.27 -
YUV 177.84 89.15 138.1 -
System Red Green Blue C M Y K H S L
Decimal 192 184 109 0 0.04 0.43 0.25 54.22 0.4 0.59
Hex C0 B8 6D 0 4 2B 19 36 28 3B
Octal 300 270 155 0 4 53 31 66 50 73
Binary 11000000 10111000 1101101 0 100 101011 11001 110110 101000 111011

Color Harmonies of #C0B86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B86D

Black with #C0B86D

Text Example


Text Example

White with #C0B86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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