Html Css Color HEX #C1B86D Dark Khaki

📋 copy color: '#C1B86D'

red 193 ◦ green 184 ◦ blue 109

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

Shades of Dark Khaki #C1B86D

Tints of Dark Khaki #C1B86D

RGB

 RED value IS 193 (75.78% from 255) = 39.71%

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

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

R = 39.71%
G = 37.86%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1B86D (or 0xC1B86D) is known color: Dark Khaki. HEX triplet: C1, B8 and 6D. RGB value is (193,184,109). Sum of RGB (Red+Green+Blue) = 193+184+109=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B86D is #3E4792. Grayscale: #B2B2B2. Windows color (decimal): -4081555 or 7190721. OLE color: 7190721.

HSL color Cylindrical-coordinate representation of color #C1B86D: hue angle of 53.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1B86D is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 184 109 -
CMYK 0 0.05 0.44 0.24
HSL 53.57º 0.4% 0.59% -
HSV(B) 53.57º 0.44% 0.76% -
XYZ 41.89 46.72 21.28 -
YUV 178.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 193 184 109 0 0.05 0.44 0.24 53.57 0.4 0.59
Hex C1 B8 6D 0 5 2C 18 36 28 3B
Octal 301 270 155 0 5 54 30 66 50 73
Binary 11000001 10111000 1101101 0 101 101100 11000 110110 101000 111011

Color Harmonies of #C1B86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B86D

Black with #C1B86D

Text Example


Text Example

White with #C1B86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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