Html Css Color HEX #C1BA3F Old Gold

📋 copy color: '#C1BA3F'

red 193 ◦ green 186 ◦ blue 63

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

Shades of Old Gold #C1BA3F

Tints of Old Gold #C1BA3F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.08%

 BLUE value IS 63 (25% from 255) = 14.25%

R = 43.67%
G = 42.08%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1BA3F (or 0xC1BA3F) is known color: Old Gold. HEX triplet: C1, BA and 3F. RGB value is (193,186,63). Sum of RGB (Red+Green+Blue) = 193+186+63=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA3F is #3E45C0. Grayscale: #AEAEAE. Windows color (decimal): -4081089 or 4176577. OLE color: 4176577.

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

Color convert

RGB 193 186 63 -
CMYK 0 0.04 0.67 0.24
HSL 56.77º 0.51% 0.5% -
HSV(B) 56.77º 0.67% 0.76% -
XYZ 40.45 46.81 11.61 -
YUV 174.07 65.32 141.5 -
System Red Green Blue C M Y K H S L
Decimal 193 186 63 0 0.04 0.67 0.24 56.77 0.51 0.5
Hex C1 BA 3F 0 4 43 18 39 33 32
Octal 301 272 77 0 4 103 30 71 63 62
Binary 11000001 10111010 111111 0 100 1000011 11000 111001 110011 110010

Color Harmonies of #C1BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BA3F

Black with #C1BA3F

Text Example


Text Example

White with #C1BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BA3F; }

 p { color: rgb(193,186,63); }

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

background-color css

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

 a { background-color: rgb(193,186,63); }

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

border-color css

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

 span { border-color: rgb(193,186,63); }

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