Html Css Color HEX #C2B158 Gimblet

📋 copy color: '#C2B158'

red 194 ◦ green 177 ◦ blue 88

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

Shades of Gimblet #C2B158

Tints of Gimblet #C2B158

RGB

 RED value IS 194 (76.17% from 255) = 42.27%

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

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

R = 42.27%
G = 38.56%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C2B158 (or 0xC2B158) is known color: Gimblet. HEX triplet: C2, B1 and 58. RGB value is (194,177,88). Sum of RGB (Red+Green+Blue) = 194+177+88=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B158 is #3D4EA7. Grayscale: #ACACAC. Windows color (decimal): -4017832 or 5812674. OLE color: 5812674.

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

Color convert

RGB 194 177 88 -
CMYK 0 0.09 0.55 0.24
HSL 50.38º 0.46% 0.55% -
HSV(B) 50.38º 0.55% 0.76% -
XYZ 39.73 43.62 15.56 -
YUV 171.94 80.63 143.74 -
System Red Green Blue C M Y K H S L
Decimal 194 177 88 0 0.09 0.55 0.24 50.38 0.46 0.55
Hex C2 B1 58 0 9 37 18 32 2E 37
Octal 302 261 130 0 11 67 30 62 56 67
Binary 11000010 10110001 1011000 0 1001 110111 11000 110010 101110 110111

Color Harmonies of #C2B158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B158

Black with #C2B158

Text Example


Text Example

White with #C2B158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B158; }

 p { color: rgb(194,177,88); }

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

background-color css

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

 a { background-color: rgb(194,177,88); }

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

border-color css

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

 span { border-color: rgb(194,177,88); }

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