Html Css Color HEX #C1B058 Gimblet

📋 copy color: '#C1B058'

red 193 ◦ green 176 ◦ blue 88

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

Shades of Gimblet #C1B058

Tints of Gimblet #C1B058

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.51%

 BLUE value IS 88 (34.77% from 255) = 19.26%

R = 42.23%
G = 38.51%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C1B058 (or 0xC1B058) is known color: Gimblet. HEX triplet: C1, B0 and 58. RGB value is (193,176,88). Sum of RGB (Red+Green+Blue) = 193+176+88=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B058 is #3E4FA7. Grayscale: #ABABAB. Windows color (decimal): -4083624 or 5812417. OLE color: 5812417.

HSL color Cylindrical-coordinate representation of color #C1B058: hue angle of 50.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1B058 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 176 88 -
CMYK 0 0.09 0.54 0.24
HSL 50.29º 0.46% 0.55% -
HSV(B) 50.29º 0.54% 0.76% -
XYZ 39.28 43.09 15.48 -
YUV 171.05 81.13 143.66 -
System Red Green Blue C M Y K H S L
Decimal 193 176 88 0 0.09 0.54 0.24 50.29 0.46 0.55
Hex C1 B0 58 0 9 36 18 32 2E 37
Octal 301 260 130 0 11 66 30 62 56 67
Binary 11000001 10110000 1011000 0 1001 110110 11000 110010 101110 110111

Color Harmonies of #C1B058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B058

Black with #C1B058

Text Example


Text Example

White with #C1B058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B058; }

 p { color: rgb(193,176,88); }

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

background-color css

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

 a { background-color: rgb(193,176,88); }

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

border-color css

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

 span { border-color: rgb(193,176,88); }

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