Html Css Color HEX #C2B35A Gimblet

📋 copy color: '#C2B35A'

red 194 ◦ green 179 ◦ blue 90

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

Shades of Gimblet #C2B35A

Tints of Gimblet #C2B35A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.66%

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

R = 41.9%
G = 38.66%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2B35A (or 0xC2B35A) is known color: Gimblet. HEX triplet: C2, B3 and 5A. RGB value is (194,179,90). Sum of RGB (Red+Green+Blue) = 194+179+90=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B35A is #3D4CA5. Grayscale: #ADADAD. Windows color (decimal): -4017318 or 5944258. OLE color: 5944258.

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

Color convert

RGB 194 179 90 -
CMYK 0 0.08 0.54 0.24
HSL 51.35º 0.46% 0.56% -
HSV(B) 51.35º 0.54% 0.76% -
XYZ 40.21 44.45 16.13 -
YUV 173.34 80.97 142.74 -
System Red Green Blue C M Y K H S L
Decimal 194 179 90 0 0.08 0.54 0.24 51.35 0.46 0.56
Hex C2 B3 5A 0 8 36 18 33 2E 38
Octal 302 263 132 0 10 66 30 63 56 70
Binary 11000010 10110011 1011010 0 1000 110110 11000 110011 101110 111000

Color Harmonies of #C2B35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B35A

Black with #C2B35A

Text Example


Text Example

White with #C2B35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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