Html Css Color HEX #C2B15A Gimblet

📋 copy color: '#C2B15A'

red 194 ◦ green 177 ◦ blue 90

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

Shades of Gimblet #C2B15A

Tints of Gimblet #C2B15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.52%

R = 42.08%
G = 38.39%
B = 19.52%

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

#C2B15A (or 0xC2B15A) is known color: Gimblet. HEX triplet: C2, B1 and 5A. RGB value is (194,177,90). Sum of RGB (Red+Green+Blue) = 194+177+90=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B15A is #3D4EA5. Grayscale: #ACACAC. Windows color (decimal): -4017830 or 5943746. OLE color: 5943746.

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

Color convert

RGB 194 177 90 -
CMYK 0 0.09 0.54 0.24
HSL 50.19º 0.46% 0.56% -
HSV(B) 50.19º 0.54% 0.76% -
XYZ 39.82 43.65 16 -
YUV 172.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 194 177 90 0 0.09 0.54 0.24 50.19 0.46 0.56
Hex C2 B1 5A 0 9 36 18 32 2E 38
Octal 302 261 132 0 11 66 30 62 56 70
Binary 11000010 10110001 1011010 0 1001 110110 11000 110010 101110 111000

Color Harmonies of #C2B15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B15A

Black with #C2B15A

Text Example


Text Example

White with #C2B15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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