Html Css Color HEX #C1B86F Dark Khaki

📋 copy color: '#C1B86F'

red 193 ◦ green 184 ◦ blue 111

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

Shades of Dark Khaki #C1B86F

Tints of Dark Khaki #C1B86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.75%

R = 39.55%
G = 37.7%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C1B86F (or 0xC1B86F) is known color: Dark Khaki. HEX triplet: C1, B8 and 6F. RGB value is (193,184,111). Sum of RGB (Red+Green+Blue) = 193+184+111=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B86F is #3E4790. Grayscale: #B2B2B2. Windows color (decimal): -4081553 or 7321793. OLE color: 7321793.

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

Color convert

RGB 193 184 111 -
CMYK 0 0.05 0.42 0.24
HSL 53.41º 0.4% 0.6% -
HSV(B) 53.41º 0.42% 0.76% -
XYZ 42 46.77 21.85 -
YUV 178.37 89.98 138.44 -
System Red Green Blue C M Y K H S L
Decimal 193 184 111 0 0.05 0.42 0.24 53.41 0.4 0.6
Hex C1 B8 6F 0 5 2A 18 35 28 3C
Octal 301 270 157 0 5 52 30 65 50 74
Binary 11000001 10111000 1101111 0 101 101010 11000 110101 101000 111100

Color Harmonies of #C1B86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B86F

Black with #C1B86F

Text Example


Text Example

White with #C1B86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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