Html Css Color HEX #C2B357 Gimblet

📋 copy color: '#C2B357'

red 194 ◦ green 179 ◦ blue 87

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

Shades of Gimblet #C2B357

Tints of Gimblet #C2B357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.91%

R = 42.17%
G = 38.91%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C2B357 (or 0xC2B357) is known color: Gimblet. HEX triplet: C2, B3 and 57. RGB value is (194,179,87). Sum of RGB (Red+Green+Blue) = 194+179+87=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 87 (34.38% from 255 or 18.91% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B357 is #3D4CA8. Grayscale: #ADADAD. Windows color (decimal): -4017321 or 5747650. OLE color: 5747650.

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

Color convert

RGB 194 179 87 -
CMYK 0 0.08 0.55 0.24
HSL 51.59º 0.47% 0.55% -
HSV(B) 51.59º 0.55% 0.76% -
XYZ 40.09 44.4 15.47 -
YUV 173 79.47 142.98 -
System Red Green Blue C M Y K H S L
Decimal 194 179 87 0 0.08 0.55 0.24 51.59 0.47 0.55
Hex C2 B3 57 0 8 37 18 34 2F 37
Octal 302 263 127 0 10 67 30 64 57 67
Binary 11000010 10110011 1010111 0 1000 110111 11000 110100 101111 110111

Color Harmonies of #C2B357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B357

Black with #C2B357

Text Example


Text Example

White with #C2B357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B357; }

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

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

background-color css

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

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

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

border-color css

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

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

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