Html Css Color HEX #C1B339 Old Gold

📋 copy color: '#C1B339'

red 193 ◦ green 179 ◦ blue 57

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

Shades of Old Gold #C1B339

Tints of Old Gold #C1B339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.29%

R = 44.99%
G = 41.72%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1B339 (or 0xC1B339) is known color: Old Gold. HEX triplet: C1, B3 and 39. RGB value is (193,179,57). Sum of RGB (Red+Green+Blue) = 193+179+57=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 57 (22.66% from 255 or 13.29% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B339 is #3E4CC6. Grayscale: #A9A9A9. Windows color (decimal): -4082887 or 3781569. OLE color: 3781569.

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

Color convert

RGB 193 179 57 -
CMYK 0 0.07 0.70 0.24
HSL 53.82º 0.54% 0.49% -
HSV(B) 53.82º 0.7% 0.76% -
XYZ 38.85 43.87 10.29 -
YUV 169.28 64.64 144.92 -
System Red Green Blue C M Y K H S L
Decimal 193 179 57 0 0.07 0.70 0.24 53.82 0.54 0.49
Hex C1 B3 39 0 7 46 18 36 36 31
Octal 301 263 71 0 7 106 30 66 66 61
Binary 11000001 10110011 111001 0 111 1000110 11000 110110 110110 110001

Color Harmonies of #C1B339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B339

Black with #C1B339

Text Example


Text Example

White with #C1B339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B339; }

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

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

background-color css

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

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

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

border-color css

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

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

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