Html Css Color HEX #C1B130 Old Gold

📋 copy color: '#C1B130'

red 193 ◦ green 177 ◦ blue 48

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

Shades of Old Gold #C1B130

Tints of Old Gold #C1B130

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.34%

 BLUE value IS 48 (19.14% from 255) = 11.48%

R = 46.17%
G = 42.34%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C1B130 (or 0xC1B130) is known color: Old Gold. HEX triplet: C1, B1 and 30. RGB value is (193,177,48). Sum of RGB (Red+Green+Blue) = 193+177+48=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B130 is #3E4ECF. Grayscale: #A7A7A7. Windows color (decimal): -4083408 or 3191233. OLE color: 3191233.

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

Color convert

RGB 193 177 48 -
CMYK 0 0.08 0.75 0.24
HSL 53.38º 0.6% 0.47% -
HSV(B) 53.38º 0.75% 0.76% -
XYZ 38.25 43 9.08 -
YUV 167.08 60.8 146.49 -
System Red Green Blue C M Y K H S L
Decimal 193 177 48 0 0.08 0.75 0.24 53.38 0.6 0.47
Hex C1 B1 30 0 8 4B 18 35 3C 2F
Octal 301 261 60 0 10 113 30 65 74 57
Binary 11000001 10110001 110000 0 1000 1001011 11000 110101 111100 101111

Color Harmonies of #C1B130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B130

Black with #C1B130

Text Example


Text Example

White with #C1B130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B130; }

 p { color: rgb(193,177,48); }

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

background-color css

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

 a { background-color: rgb(193,177,48); }

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

border-color css

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

 span { border-color: rgb(193,177,48); }

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