Html Css Color HEX #C3B560 Gimblet

📋 copy color: '#C3B560'

red 195 ◦ green 181 ◦ blue 96

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

Shades of Gimblet #C3B560

Tints of Gimblet #C3B560

RGB

 RED value IS 195 (76.56% from 255) = 41.31%

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

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

R = 41.31%
G = 38.35%
B = 20.34%

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

#C3B560 (or 0xC3B560) is known color: Gimblet. HEX triplet: C3, B5 and 60. RGB value is (195,181,96). Sum of RGB (Red+Green+Blue) = 195+181+96=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B560 is #3C4A9F. Grayscale: #AFAFAF. Windows color (decimal): -3951264 or 6337987. OLE color: 6337987.

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

Color convert

RGB 195 181 96 -
CMYK 0 0.07 0.51 0.24
HSL 51.52º 0.45% 0.57% -
HSV(B) 51.52º 0.51% 0.76% -
XYZ 41.14 45.49 17.68 -
YUV 175.5 83.14 141.91 -
System Red Green Blue C M Y K H S L
Decimal 195 181 96 0 0.07 0.51 0.24 51.52 0.45 0.57
Hex C3 B5 60 0 7 33 18 34 2D 39
Octal 303 265 140 0 7 63 30 64 55 71
Binary 11000011 10110101 1100000 0 111 110011 11000 110100 101101 111001

Color Harmonies of #C3B560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B560

Black with #C3B560

Text Example


Text Example

White with #C3B560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B560; }

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

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

background-color css

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

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

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

border-color css

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

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

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