Html Css Color HEX #C1B25D Gimblet

📋 copy color: '#C1B25D'

red 193 ◦ green 178 ◦ blue 93

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

Shades of Gimblet #C1B25D

Tints of Gimblet #C1B25D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.36%

 BLUE value IS 93 (36.72% from 255) = 20.04%

R = 41.59%
G = 38.36%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1B25D (or 0xC1B25D) is known color: Gimblet. HEX triplet: C1, B2 and 5D. RGB value is (193,178,93). Sum of RGB (Red+Green+Blue) = 193+178+93=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B25D is #3E4DA2. Grayscale: #ADADAD. Windows color (decimal): -4083107 or 6140609. OLE color: 6140609.

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

Color convert

RGB 193 178 93 -
CMYK 0 0.08 0.52 0.24
HSL 51º 0.45% 0.56% -
HSV(B) 51º 0.52% 0.76% -
XYZ 39.89 43.97 16.74 -
YUV 172.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 193 178 93 0 0.08 0.52 0.24 51 0.45 0.56
Hex C1 B2 5D 0 8 34 18 33 2D 38
Octal 301 262 135 0 10 64 30 63 55 70
Binary 11000001 10110010 1011101 0 1000 110100 11000 110011 101101 111000

Color Harmonies of #C1B25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B25D

Black with #C1B25D

Text Example


Text Example

White with #C1B25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B25D; }

 p { color: rgb(193,178,93); }

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

background-color css

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

 a { background-color: rgb(193,178,93); }

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

border-color css

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

 span { border-color: rgb(193,178,93); }

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