Html Css Color HEX #C3BC47 Old Gold

📋 copy color: '#C3BC47'

red 195 ◦ green 188 ◦ blue 71

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

Shades of Old Gold #C3BC47

Tints of Old Gold #C3BC47

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.41%

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

R = 42.95%
G = 41.41%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C3BC47 (or 0xC3BC47) is known color: Old Gold. HEX triplet: C3, BC and 47. RGB value is (195,188,71). Sum of RGB (Red+Green+Blue) = 195+188+71=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC47 is #3C43B8. Grayscale: #B1B1B1. Windows color (decimal): -3949497 or 4701379. OLE color: 4701379.

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

Color convert

RGB 195 188 71 -
CMYK 0 0.04 0.64 0.24
HSL 56.61º 0.51% 0.52% -
HSV(B) 56.61º 0.64% 0.76% -
XYZ 41.63 48.02 13.04 -
YUV 176.76 68.32 141.01 -
System Red Green Blue C M Y K H S L
Decimal 195 188 71 0 0.04 0.64 0.24 56.61 0.51 0.52
Hex C3 BC 47 0 4 40 18 39 33 34
Octal 303 274 107 0 4 100 30 71 63 64
Binary 11000011 10111100 1000111 0 100 1000000 11000 111001 110011 110100

Color Harmonies of #C3BC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC47

Black with #C3BC47

Text Example


Text Example

White with #C3BC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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