Html Css Color HEX #C1B846 Old Gold

📋 copy color: '#C1B846'

red 193 ◦ green 184 ◦ blue 70

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

Shades of Old Gold #C1B846

Tints of Old Gold #C1B846

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.16%

 BLUE value IS 70 (27.73% from 255) = 15.66%

R = 43.18%
G = 41.16%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C1B846 (or 0xC1B846) is known color: Old Gold. HEX triplet: C1, B8 and 46. RGB value is (193,184,70). Sum of RGB (Red+Green+Blue) = 193+184+70=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B846 is #3E47B9. Grayscale: #AEAEAE. Windows color (decimal): -4081594 or 4634817. OLE color: 4634817.

HSL color Cylindrical-coordinate representation of color #C1B846: hue angle of 55.61º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1B846 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 184 70 -
CMYK 0 0.05 0.64 0.24
HSL 55.61º 0.5% 0.52% -
HSV(B) 55.61º 0.64% 0.76% -
XYZ 40.24 46.06 12.56 -
YUV 173.7 69.48 141.77 -
System Red Green Blue C M Y K H S L
Decimal 193 184 70 0 0.05 0.64 0.24 55.61 0.5 0.52
Hex C1 B8 46 0 5 40 18 38 32 34
Octal 301 270 106 0 5 100 30 70 62 64
Binary 11000001 10111000 1000110 0 101 1000000 11000 111000 110010 110100

Color Harmonies of #C1B846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B846

Black with #C1B846

Text Example


Text Example

White with #C1B846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B846; }

 p { color: rgb(193,184,70); }

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

background-color css

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

 a { background-color: rgb(193,184,70); }

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

border-color css

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

 span { border-color: rgb(193,184,70); }

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