Html Css Color HEX #C2B458 Gimblet

📋 copy color: '#C2B458'

red 194 ◦ green 180 ◦ blue 88

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

Shades of Gimblet #C2B458

Tints of Gimblet #C2B458

RGB

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

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

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

R = 41.99%
G = 38.96%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C2B458 (or 0xC2B458) is known color: Gimblet. HEX triplet: C2, B4 and 58. RGB value is (194,180,88). Sum of RGB (Red+Green+Blue) = 194+180+88=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B458 is #3D4BA7. Grayscale: #AEAEAE. Windows color (decimal): -4017064 or 5813442. OLE color: 5813442.

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

Color convert

RGB 194 180 88 -
CMYK 0 0.07 0.55 0.24
HSL 52.08º 0.46% 0.55% -
HSV(B) 52.08º 0.55% 0.76% -
XYZ 40.33 44.82 15.76 -
YUV 173.7 79.64 142.48 -
System Red Green Blue C M Y K H S L
Decimal 194 180 88 0 0.07 0.55 0.24 52.08 0.46 0.55
Hex C2 B4 58 0 7 37 18 34 2E 37
Octal 302 264 130 0 7 67 30 64 56 67
Binary 11000010 10110100 1011000 0 111 110111 11000 110100 101110 110111

Color Harmonies of #C2B458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B458

Black with #C2B458

Text Example


Text Example

White with #C2B458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B458; }

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

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

background-color css

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

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

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

border-color css

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

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

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