Html Css Color HEX #C1B631 Old Gold

📋 copy color: '#C1B631'

red 193 ◦ green 182 ◦ blue 49

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

Shades of Old Gold #C1B631

Tints of Old Gold #C1B631

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.92%

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

R = 45.52%
G = 42.92%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C1B631 (or 0xC1B631) is known color: Old Gold. HEX triplet: C1, B6 and 31. RGB value is (193,182,49). Sum of RGB (Red+Green+Blue) = 193+182+49=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B631 is #3E49CE. Grayscale: #AAAAAA. Windows color (decimal): -4082127 or 3258049. OLE color: 3258049.

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

Color convert

RGB 193 182 49 -
CMYK 0 0.06 0.75 0.24
HSL 55.42º 0.6% 0.47% -
HSV(B) 55.42º 0.75% 0.76% -
XYZ 39.27 45.02 9.52 -
YUV 170.13 59.64 144.31 -
System Red Green Blue C M Y K H S L
Decimal 193 182 49 0 0.06 0.75 0.24 55.42 0.6 0.47
Hex C1 B6 31 0 6 4B 18 37 3C 2F
Octal 301 266 61 0 6 113 30 67 74 57
Binary 11000001 10110110 110001 0 110 1001011 11000 110111 111100 101111

Color Harmonies of #C1B631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B631

Black with #C1B631

Text Example


Text Example

White with #C1B631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B631; }

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

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

background-color css

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

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

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

border-color css

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

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

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