Html Css Color HEX #C1B031 Old Gold

📋 copy color: '#C1B031'

red 193 ◦ green 176 ◦ blue 49

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

Shades of Old Gold #C1B031

Tints of Old Gold #C1B031

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.11%

 BLUE value IS 49 (19.53% from 255) = 11.72%

R = 46.17%
G = 42.11%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C1B031 (or 0xC1B031) is known color: Old Gold. HEX triplet: C1, B0 and 31. RGB value is (193,176,49). Sum of RGB (Red+Green+Blue) = 193+176+49=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B031 is #3E4FCE. Grayscale: #A7A7A7. Windows color (decimal): -4083663 or 3256513. OLE color: 3256513.

HSL color Cylindrical-coordinate representation of color #C1B031: hue angle of 52.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1B031 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 176 49 -
CMYK 0 0.09 0.75 0.24
HSL 52.92º 0.6% 0.47% -
HSV(B) 52.92º 0.75% 0.76% -
XYZ 38.07 42.61 9.12 -
YUV 166.61 61.63 146.83 -
System Red Green Blue C M Y K H S L
Decimal 193 176 49 0 0.09 0.75 0.24 52.92 0.6 0.47
Hex C1 B0 31 0 9 4B 18 35 3C 2F
Octal 301 260 61 0 11 113 30 65 74 57
Binary 11000001 10110000 110001 0 1001 1001011 11000 110101 111100 101111

Color Harmonies of #C1B031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B031

Black with #C1B031

Text Example


Text Example

White with #C1B031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B031; }

 p { color: rgb(193,176,49); }

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

background-color css

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

 a { background-color: rgb(193,176,49); }

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

border-color css

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

 span { border-color: rgb(193,176,49); }

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