Html Css Color HEX #C1B337 Old Gold

📋 copy color: '#C1B337'

red 193 ◦ green 179 ◦ blue 55

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

Shades of Old Gold #C1B337

Tints of Old Gold #C1B337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.88%

R = 45.2%
G = 41.92%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C1B337 (or 0xC1B337) is known color: Old Gold. HEX triplet: C1, B3 and 37. RGB value is (193,179,55). Sum of RGB (Red+Green+Blue) = 193+179+55=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 55 (21.88% from 255 or 12.88% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B337 is #3E4CC8. Grayscale: #A9A9A9. Windows color (decimal): -4082889 or 3650497. OLE color: 3650497.

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

Color convert

RGB 193 179 55 -
CMYK 0 0.07 0.72 0.24
HSL 53.91º 0.56% 0.49% -
HSV(B) 53.91º 0.72% 0.76% -
XYZ 38.8 43.85 10.03 -
YUV 169.05 63.64 145.08 -
System Red Green Blue C M Y K H S L
Decimal 193 179 55 0 0.07 0.72 0.24 53.91 0.56 0.49
Hex C1 B3 37 0 7 48 18 36 38 31
Octal 301 263 67 0 7 110 30 66 70 61
Binary 11000001 10110011 110111 0 111 1001000 11000 110110 111000 110001

Color Harmonies of #C1B337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B337

Black with #C1B337

Text Example


Text Example

White with #C1B337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B337; }

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

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

background-color css

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

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

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

border-color css

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

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

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