Html Css Color HEX #C1B163 Gimblet

📋 copy color: '#C1B163'

red 193 ◦ green 177 ◦ blue 99

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

Shades of Gimblet #C1B163

Tints of Gimblet #C1B163

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.74%

 BLUE value IS 99 (39.06% from 255) = 21.11%

R = 41.15%
G = 37.74%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C1B163 (or 0xC1B163) is known color: Gimblet. HEX triplet: C1, B1 and 63. RGB value is (193,177,99). Sum of RGB (Red+Green+Blue) = 193+177+99=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B163 is #3E4E9C. Grayscale: #ADADAD. Windows color (decimal): -4083357 or 6533569. OLE color: 6533569.

HSL color Cylindrical-coordinate representation of color #C1B163: hue angle of 49.79º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1B163 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 177 99 -
CMYK 0 0.08 0.49 0.24
HSL 49.79º 0.43% 0.57% -
HSV(B) 49.79º 0.49% 0.76% -
XYZ 39.97 43.68 18.13 -
YUV 172.89 86.3 142.34 -
System Red Green Blue C M Y K H S L
Decimal 193 177 99 0 0.08 0.49 0.24 49.79 0.43 0.57
Hex C1 B1 63 0 8 31 18 32 2B 39
Octal 301 261 143 0 10 61 30 62 53 71
Binary 11000001 10110001 1100011 0 1000 110001 11000 110010 101011 111001

Color Harmonies of #C1B163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B163

Black with #C1B163

Text Example


Text Example

White with #C1B163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B163; }

 p { color: rgb(193,177,99); }

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

background-color css

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

 a { background-color: rgb(193,177,99); }

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

border-color css

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

 span { border-color: rgb(193,177,99); }

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