Html Css Color HEX #C3B541 Old Gold

📋 copy color: '#C3B541'

red 195 ◦ green 181 ◦ blue 65

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

Shades of Old Gold #C3B541

Tints of Old Gold #C3B541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.74%

R = 44.22%
G = 41.04%
B = 14.74%

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

#C3B541 (or 0xC3B541) is known color: Old Gold. HEX triplet: C3, B5 and 41. RGB value is (195,181,65). Sum of RGB (Red+Green+Blue) = 195+181+65=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B541 is #3C4ABE. Grayscale: #ACACAC. Windows color (decimal): -3951295 or 4306371. OLE color: 4306371.

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

Color convert

RGB 195 181 65 -
CMYK 0 0.07 0.67 0.24
HSL 53.54º 0.52% 0.51% -
HSV(B) 53.54º 0.67% 0.76% -
XYZ 39.98 45.03 11.59 -
YUV 171.96 67.64 144.43 -
System Red Green Blue C M Y K H S L
Decimal 195 181 65 0 0.07 0.67 0.24 53.54 0.52 0.51
Hex C3 B5 41 0 7 43 18 36 34 33
Octal 303 265 101 0 7 103 30 66 64 63
Binary 11000011 10110101 1000001 0 111 1000011 11000 110110 110100 110011

Color Harmonies of #C3B541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B541

Black with #C3B541

Text Example


Text Example

White with #C3B541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B541; }

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

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

background-color css

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

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

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

border-color css

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

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

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