Html Css Color HEX #C2B55F Gimblet

📋 copy color: '#C2B55F'

red 194 ◦ green 181 ◦ blue 95

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

Shades of Gimblet #C2B55F

Tints of Gimblet #C2B55F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.51%

 BLUE value IS 95 (37.5% from 255) = 20.21%

R = 41.28%
G = 38.51%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2B55F (or 0xC2B55F) is known color: Gimblet. HEX triplet: C2, B5 and 5F. RGB value is (194,181,95). Sum of RGB (Red+Green+Blue) = 194+181+95=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B55F is #3D4AA0. Grayscale: #AFAFAF. Windows color (decimal): -4016801 or 6272450. OLE color: 6272450.

HSL color Cylindrical-coordinate representation of color #C2B55F: hue angle of 52.12º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2B55F is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 181 95 -
CMYK 0 0.07 0.51 0.24
HSL 52.12º 0.45% 0.57% -
HSV(B) 52.12º 0.51% 0.76% -
XYZ 40.84 45.34 17.43 -
YUV 175.08 82.81 141.49 -
System Red Green Blue C M Y K H S L
Decimal 194 181 95 0 0.07 0.51 0.24 52.12 0.45 0.57
Hex C2 B5 5F 0 7 33 18 34 2D 39
Octal 302 265 137 0 7 63 30 64 55 71
Binary 11000010 10110101 1011111 0 111 110011 11000 110100 101101 111001

Color Harmonies of #C2B55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B55F

Black with #C2B55F

Text Example


Text Example

White with #C2B55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B55F; }

 p { color: rgb(194,181,95); }

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

background-color css

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

 a { background-color: rgb(194,181,95); }

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

border-color css

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

 span { border-color: rgb(194,181,95); }

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