Html Css Color HEX #C3B540 Old Gold

📋 copy color: '#C3B540'

red 195 ◦ green 181 ◦ blue 64

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

Shades of Old Gold #C3B540

Tints of Old Gold #C3B540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.55%

R = 44.32%
G = 41.14%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C3B540 (or 0xC3B540) is known color: Old Gold. HEX triplet: C3, B5 and 40. RGB value is (195,181,64). Sum of RGB (Red+Green+Blue) = 195+181+64=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B540 is #3C4ABF. Grayscale: #ACACAC. Windows color (decimal): -3951296 or 4240835. OLE color: 4240835.

HSL color Cylindrical-coordinate representation of color #C3B540: hue angle of 53.59º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3B540 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 181 64 -
CMYK 0 0.07 0.67 0.24
HSL 53.59º 0.52% 0.51% -
HSV(B) 53.59º 0.67% 0.76% -
XYZ 39.95 45.02 11.43 -
YUV 171.85 67.14 144.51 -
System Red Green Blue C M Y K H S L
Decimal 195 181 64 0 0.07 0.67 0.24 53.59 0.52 0.51
Hex C3 B5 40 0 7 43 18 36 34 33
Octal 303 265 100 0 7 103 30 66 64 63
Binary 11000011 10110101 1000000 0 111 1000011 11000 110110 110100 110011

Color Harmonies of #C3B540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B540

Black with #C3B540

Text Example


Text Example

White with #C3B540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B540; }

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

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

background-color css

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

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

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

border-color css

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

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

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