Html Css Color HEX #C1B340 Old Gold

📋 copy color: '#C1B340'

red 193 ◦ green 179 ◦ blue 64

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

Shades of Old Gold #C1B340

Tints of Old Gold #C1B340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.06%

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

R = 44.27%
G = 41.06%
B = 14.68%

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

#C1B340 (or 0xC1B340) is known color: Old Gold. HEX triplet: C1, B3 and 40. RGB value is (193,179,64). Sum of RGB (Red+Green+Blue) = 193+179+64=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B340 is #3E4CBF. Grayscale: #AAAAAA. Windows color (decimal): -4082880 or 4240321. OLE color: 4240321.

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

Color convert

RGB 193 179 64 -
CMYK 0 0.07 0.67 0.24
HSL 53.49º 0.51% 0.5% -
HSV(B) 53.49º 0.67% 0.76% -
XYZ 39.04 43.95 11.28 -
YUV 170.08 68.14 144.35 -
System Red Green Blue C M Y K H S L
Decimal 193 179 64 0 0.07 0.67 0.24 53.49 0.51 0.5
Hex C1 B3 40 0 7 43 18 35 33 32
Octal 301 263 100 0 7 103 30 65 63 62
Binary 11000001 10110011 1000000 0 111 1000011 11000 110101 110011 110010

Color Harmonies of #C1B340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B340

Black with #C1B340

Text Example


Text Example

White with #C1B340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B340; }

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

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

background-color css

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

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

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

border-color css

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

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

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