Html Css Color HEX #C2B05C Gimblet

📋 copy color: '#C2B05C'

red 194 ◦ green 176 ◦ blue 92

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

Shades of Gimblet #C2B05C

Tints of Gimblet #C2B05C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.1%

 BLUE value IS 92 (36.33% from 255) = 19.91%

R = 41.99%
G = 38.1%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2B05C (or 0xC2B05C) is known color: Gimblet. HEX triplet: C2, B0 and 5C. RGB value is (194,176,92). Sum of RGB (Red+Green+Blue) = 194+176+92=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B05C is #3D4FA3. Grayscale: #ACACAC. Windows color (decimal): -4018084 or 6074562. OLE color: 6074562.

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

Color convert

RGB 194 176 92 -
CMYK 0 0.09 0.53 0.24
HSL 49.41º 0.46% 0.56% -
HSV(B) 49.41º 0.53% 0.76% -
XYZ 39.71 43.29 16.39 -
YUV 171.81 82.96 143.83 -
System Red Green Blue C M Y K H S L
Decimal 194 176 92 0 0.09 0.53 0.24 49.41 0.46 0.56
Hex C2 B0 5C 0 9 35 18 31 2E 38
Octal 302 260 134 0 11 65 30 61 56 70
Binary 11000010 10110000 1011100 0 1001 110101 11000 110001 101110 111000

Color Harmonies of #C2B05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B05C

Black with #C2B05C

Text Example


Text Example

White with #C2B05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B05C; }

 p { color: rgb(194,176,92); }

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

background-color css

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

 a { background-color: rgb(194,176,92); }

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

border-color css

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

 span { border-color: rgb(194,176,92); }

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