Html Css Color HEX #C3B261 Gimblet

📋 copy color: '#C3B261'

red 195 ◦ green 178 ◦ blue 97

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

Shades of Gimblet #C3B261

Tints of Gimblet #C3B261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.87%

 BLUE value IS 97 (38.28% from 255) = 20.64%

R = 41.49%
G = 37.87%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C3B261 (or 0xC3B261) is known color: Gimblet. HEX triplet: C3, B2 and 61. RGB value is (195,178,97). Sum of RGB (Red+Green+Blue) = 195+178+97=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B261 is #3C4D9E. Grayscale: #AEAEAE. Windows color (decimal): -3952031 or 6402755. OLE color: 6402755.

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

Color convert

RGB 195 178 97 -
CMYK 0 0.09 0.50 0.24
HSL 49.59º 0.45% 0.57% -
HSV(B) 49.59º 0.5% 0.76% -
XYZ 40.58 44.31 17.72 -
YUV 173.85 84.63 143.09 -
System Red Green Blue C M Y K H S L
Decimal 195 178 97 0 0.09 0.50 0.24 49.59 0.45 0.57
Hex C3 B2 61 0 9 32 18 32 2D 39
Octal 303 262 141 0 11 62 30 62 55 71
Binary 11000011 10110010 1100001 0 1001 110010 11000 110010 101101 111001

Color Harmonies of #C3B261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B261

Black with #C3B261

Text Example


Text Example

White with #C3B261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B261; }

 p { color: rgb(195,178,97); }

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

background-color css

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

 a { background-color: rgb(195,178,97); }

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

border-color css

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

 span { border-color: rgb(195,178,97); }

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