Html Css Color HEX #C3BA3A Old Gold

📋 copy color: '#C3BA3A'

red 195 ◦ green 186 ◦ blue 58

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

Shades of Old Gold #C3BA3A

Tints of Old Gold #C3BA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.21%

R = 44.42%
G = 42.37%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3BA3A (or 0xC3BA3A) is known color: Old Gold. HEX triplet: C3, BA and 3A. RGB value is (195,186,58). Sum of RGB (Red+Green+Blue) = 195+186+58=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA3A is #3C45C5. Grayscale: #AEAEAE. Windows color (decimal): -3950022 or 3848899. OLE color: 3848899.

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

Color convert

RGB 195 186 58 -
CMYK 0 0.05 0.70 0.24
HSL 56.06º 0.54% 0.5% -
HSV(B) 56.06º 0.7% 0.76% -
XYZ 40.83 47.03 10.93 -
YUV 174.1 62.48 142.91 -
System Red Green Blue C M Y K H S L
Decimal 195 186 58 0 0.05 0.70 0.24 56.06 0.54 0.5
Hex C3 BA 3A 0 5 46 18 38 36 32
Octal 303 272 72 0 5 106 30 70 66 62
Binary 11000011 10111010 111010 0 101 1000110 11000 111000 110110 110010

Color Harmonies of #C3BA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA3A

Black with #C3BA3A

Text Example


Text Example

White with #C3BA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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