Html Css Color HEX #C3B947 Old Gold

📋 copy color: '#C3B947'

red 195 ◦ green 185 ◦ blue 71

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

Shades of Old Gold #C3B947

Tints of Old Gold #C3B947

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.02%

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

R = 43.24%
G = 41.02%
B = 15.74%

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

#C3B947 (or 0xC3B947) is known color: Old Gold. HEX triplet: C3, B9 and 47. RGB value is (195,185,71). Sum of RGB (Red+Green+Blue) = 195+185+71=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 71 (28.12% from 255 or 15.74% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B947 is #3C46B8. Grayscale: #AFAFAF. Windows color (decimal): -3950265 or 4700611. OLE color: 4700611.

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

Color convert

RGB 195 185 71 -
CMYK 0 0.05 0.64 0.24
HSL 55.16º 0.51% 0.52% -
HSV(B) 55.16º 0.64% 0.76% -
XYZ 40.99 46.75 12.83 -
YUV 174.99 69.31 142.27 -
System Red Green Blue C M Y K H S L
Decimal 195 185 71 0 0.05 0.64 0.24 55.16 0.51 0.52
Hex C3 B9 47 0 5 40 18 37 33 34
Octal 303 271 107 0 5 100 30 67 63 64
Binary 11000011 10111001 1000111 0 101 1000000 11000 110111 110011 110100

Color Harmonies of #C3B947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B947

Black with #C3B947

Text Example


Text Example

White with #C3B947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B947; }

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

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

background-color css

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

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

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

border-color css

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

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

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