Html Css Color HEX #C3BA47 Old Gold

📋 copy color: '#C3BA47'

red 195 ◦ green 186 ◦ blue 71

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

Shades of Old Gold #C3BA47

Tints of Old Gold #C3BA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.71%

R = 43.14%
G = 41.15%
B = 15.71%

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

#C3BA47 (or 0xC3BA47) is known color: Old Gold. HEX triplet: C3, BA and 47. RGB value is (195,186,71). Sum of RGB (Red+Green+Blue) = 195+186+71=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 71 (28.12% from 255 or 15.71% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA47 is #3C45B8. Grayscale: #B0B0B0. Windows color (decimal): -3950009 or 4700867. OLE color: 4700867.

HSL color Cylindrical-coordinate representation of color #C3BA47: hue angle of 55.65º degrees, saturation: 0.51, 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 #C3BA47 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 186 71 -
CMYK 0 0.05 0.64 0.24
HSL 55.65º 0.51% 0.52% -
HSV(B) 55.65º 0.64% 0.76% -
XYZ 41.2 47.17 12.9 -
YUV 175.58 68.98 141.85 -
System Red Green Blue C M Y K H S L
Decimal 195 186 71 0 0.05 0.64 0.24 55.65 0.51 0.52
Hex C3 BA 47 0 5 40 18 38 33 34
Octal 303 272 107 0 5 100 30 70 63 64
Binary 11000011 10111010 1000111 0 101 1000000 11000 111000 110011 110100

Color Harmonies of #C3BA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA47

Black with #C3BA47

Text Example


Text Example

White with #C3BA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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