Html Css Color HEX #C3BA2C Old Gold

📋 copy color: '#C3BA2C'

red 195 ◦ green 186 ◦ blue 44

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

Shades of Old Gold #C3BA2C

Tints of Old Gold #C3BA2C

RGB

 RED value IS 195 (76.56% from 255) = 45.88%

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

 BLUE value IS 44 (17.58% from 255) = 10.35%

R = 45.88%
G = 43.76%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3BA2C (or 0xC3BA2C) is known color: Old Gold. HEX triplet: C3, BA and 2C. RGB value is (195,186,44). Sum of RGB (Red+Green+Blue) = 195+186+44=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA2C is #3C45D3. Grayscale: #ADADAD. Windows color (decimal): -3950036 or 2931395. OLE color: 2931395.

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

Color convert

RGB 195 186 44 -
CMYK 0 0.05 0.77 0.24
HSL 56.42º 0.63% 0.47% -
HSV(B) 56.42º 0.77% 0.76% -
XYZ 40.52 46.9 9.3 -
YUV 172.5 55.48 144.05 -
System Red Green Blue C M Y K H S L
Decimal 195 186 44 0 0.05 0.77 0.24 56.42 0.63 0.47
Hex C3 BA 2C 0 5 4D 18 38 3F 2F
Octal 303 272 54 0 5 115 30 70 77 57
Binary 11000011 10111010 101100 0 101 1001101 11000 111000 111111 101111

Color Harmonies of #C3BA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA2C

Black with #C3BA2C

Text Example


Text Example

White with #C3BA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA2C; }

 p { color: rgb(195,186,44); }

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

background-color css

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

 a { background-color: rgb(195,186,44); }

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

border-color css

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

 span { border-color: rgb(195,186,44); }

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