Html Css Color HEX #C4B947 Old Gold

📋 copy color: '#C4B947'

red 196 ◦ green 185 ◦ blue 71

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

Shades of Old Gold #C4B947

Tints of Old Gold #C4B947

RGB

 RED value IS 196 (76.95% from 255) = 43.36%

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

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

R = 43.36%
G = 40.93%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C4B947 (or 0xC4B947) is known color: Old Gold. HEX triplet: C4, B9 and 47. RGB value is (196,185,71). Sum of RGB (Red+Green+Blue) = 196+185+71=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 71 (28.12% from 255 or 15.71% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B947 is #3B46B8. Grayscale: #AFAFAF. Windows color (decimal): -3884729 or 4700612. OLE color: 4700612.

HSL color Cylindrical-coordinate representation of color #C4B947: hue angle of 54.72º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4B947 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 185 71 -
CMYK 0 0.06 0.64 0.23
HSL 54.72º 0.51% 0.52% -
HSV(B) 54.72º 0.64% 0.77% -
XYZ 41.25 46.89 12.84 -
YUV 175.29 69.14 142.77 -
System Red Green Blue C M Y K H S L
Decimal 196 185 71 0 0.06 0.64 0.23 54.72 0.51 0.52
Hex C4 B9 47 0 6 40 17 37 33 34
Octal 304 271 107 0 6 100 27 67 63 64
Binary 11000100 10111001 1000111 0 110 1000000 10111 110111 110011 110100

Color Harmonies of #C4B947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B947

Black with #C4B947

Text Example


Text Example

White with #C4B947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B947; }

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

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

background-color css

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

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

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

border-color css

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

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

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