Html Css Color HEX #C1B540 Old Gold

📋 copy color: '#C1B540'

red 193 ◦ green 181 ◦ blue 64

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

Shades of Old Gold #C1B540

Tints of Old Gold #C1B540

RGB

 RED value IS 193 (75.78% from 255) = 44.06%

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

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

R = 44.06%
G = 41.32%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1B540 (or 0xC1B540) is known color: Old Gold. HEX triplet: C1, B5 and 40. RGB value is (193,181,64). Sum of RGB (Red+Green+Blue) = 193+181+64=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B540 is #3E4ABF. Grayscale: #ABABAB. Windows color (decimal): -4082368 or 4240833. OLE color: 4240833.

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

Color convert

RGB 193 181 64 -
CMYK 0 0.06 0.67 0.24
HSL 54.42º 0.51% 0.5% -
HSV(B) 54.42º 0.67% 0.76% -
XYZ 39.44 44.76 11.41 -
YUV 171.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 193 181 64 0 0.06 0.67 0.24 54.42 0.51 0.5
Hex C1 B5 40 0 6 43 18 36 33 32
Octal 301 265 100 0 6 103 30 66 63 62
Binary 11000001 10110101 1000000 0 110 1000011 11000 110110 110011 110010

Color Harmonies of #C1B540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B540

Black with #C1B540

Text Example


Text Example

White with #C1B540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B540; }

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

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

background-color css

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

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

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

border-color css

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

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

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