Html Css Color HEX #C1B960 Dark Khaki

📋 copy color: '#C1B960'

red 193 ◦ green 185 ◦ blue 96

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

Shades of Dark Khaki #C1B960

Tints of Dark Khaki #C1B960

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.03%

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

R = 40.72%
G = 39.03%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C1B960 (or 0xC1B960) is known color: Dark Khaki. HEX triplet: C1, B9 and 60. RGB value is (193,185,96). Sum of RGB (Red+Green+Blue) = 193+185+96=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B960 is #3E469F. Grayscale: #B1B1B1. Windows color (decimal): -4081312 or 6339009. OLE color: 6339009.

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

Color convert

RGB 193 185 96 -
CMYK 0 0.04 0.50 0.24
HSL 55.05º 0.44% 0.57% -
HSV(B) 55.05º 0.5% 0.76% -
XYZ 41.45 46.88 17.93 -
YUV 177.25 82.15 139.24 -
System Red Green Blue C M Y K H S L
Decimal 193 185 96 0 0.04 0.50 0.24 55.05 0.44 0.57
Hex C1 B9 60 0 4 32 18 37 2C 39
Octal 301 271 140 0 4 62 30 67 54 71
Binary 11000001 10111001 1100000 0 100 110010 11000 110111 101100 111001

Color Harmonies of #C1B960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B960

Black with #C1B960

Text Example


Text Example

White with #C1B960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B960; }

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

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

background-color css

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

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

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

border-color css

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

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

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