Html Css Color HEX #C1B860 Dark Khaki

📋 copy color: '#C1B860'

red 193 ◦ green 184 ◦ blue 96

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

Shades of Dark Khaki #C1B860

Tints of Dark Khaki #C1B860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.3%

R = 40.8%
G = 38.9%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C1B860 (or 0xC1B860) is known color: Dark Khaki. HEX triplet: C1, B8 and 60. RGB value is (193,184,96). Sum of RGB (Red+Green+Blue) = 193+184+96=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B860 is #3E479F. Grayscale: #B1B1B1. Windows color (decimal): -4081568 or 6338753. OLE color: 6338753.

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

Color convert

RGB 193 184 96 -
CMYK 0 0.05 0.50 0.24
HSL 54.43º 0.44% 0.57% -
HSV(B) 54.43º 0.5% 0.76% -
XYZ 41.24 46.46 17.86 -
YUV 176.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 193 184 96 0 0.05 0.50 0.24 54.43 0.44 0.57
Hex C1 B8 60 0 5 32 18 36 2C 39
Octal 301 270 140 0 5 62 30 66 54 71
Binary 11000001 10111000 1100000 0 101 110010 11000 110110 101100 111001

Color Harmonies of #C1B860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B860

Black with #C1B860

Text Example


Text Example

White with #C1B860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B860; }

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

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

background-color css

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

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

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

border-color css

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

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

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