Html Css Color HEX #C4B560 Gimblet

📋 copy color: '#C4B560'

red 196 ◦ green 181 ◦ blue 96

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

Shades of Gimblet #C4B560

Tints of Gimblet #C4B560

RGB

 RED value IS 196 (76.95% from 255) = 41.44%

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

 BLUE value IS 96 (37.89% from 255) = 20.3%

R = 41.44%
G = 38.27%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C4B560 (or 0xC4B560) is known color: Gimblet. HEX triplet: C4, B5 and 60. RGB value is (196,181,96). Sum of RGB (Red+Green+Blue) = 196+181+96=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B560 is #3B4A9F. Grayscale: #B0B0B0. Windows color (decimal): -3885728 or 6337988. OLE color: 6337988.

HSL color Cylindrical-coordinate representation of color #C4B560: hue angle of 51º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4B560 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 181 96 -
CMYK 0 0.08 0.51 0.23
HSL 51º 0.46% 0.57% -
HSV(B) 51º 0.51% 0.77% -
XYZ 41.4 45.63 17.69 -
YUV 175.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 196 181 96 0 0.08 0.51 0.23 51 0.46 0.57
Hex C4 B5 60 0 8 33 17 33 2E 39
Octal 304 265 140 0 10 63 27 63 56 71
Binary 11000100 10110101 1100000 0 1000 110011 10111 110011 101110 111001

Color Harmonies of #C4B560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B560

Black with #C4B560

Text Example


Text Example

White with #C4B560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B560; }

 p { color: rgb(196,181,96); }

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

background-color css

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

 a { background-color: rgb(196,181,96); }

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

border-color css

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

 span { border-color: rgb(196,181,96); }

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