Html Css Color HEX #C1B460 Gimblet

📋 copy color: '#C1B460'

red 193 ◦ green 180 ◦ blue 96

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

Shades of Gimblet #C1B460

Tints of Gimblet #C1B460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.38%

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

R = 41.15%
G = 38.38%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C1B460 (or 0xC1B460) is known color: Gimblet. HEX triplet: C1, B4 and 60. RGB value is (193,180,96). Sum of RGB (Red+Green+Blue) = 193+180+96=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B460 is #3E4B9F. Grayscale: #AEAEAE. Windows color (decimal): -4082592 or 6337729. OLE color: 6337729.

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

Color convert

RGB 193 180 96 -
CMYK 0 0.07 0.50 0.24
HSL 51.96º 0.44% 0.57% -
HSV(B) 51.96º 0.5% 0.76% -
XYZ 40.42 44.82 17.59 -
YUV 174.31 83.81 141.33 -
System Red Green Blue C M Y K H S L
Decimal 193 180 96 0 0.07 0.50 0.24 51.96 0.44 0.57
Hex C1 B4 60 0 7 32 18 34 2C 39
Octal 301 264 140 0 7 62 30 64 54 71
Binary 11000001 10110100 1100000 0 111 110010 11000 110100 101100 111001

Color Harmonies of #C1B460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B460

Black with #C1B460

Text Example


Text Example

White with #C1B460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B460; }

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

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

background-color css

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

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

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

border-color css

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

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

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