Html Css Color HEX #C2B947 Old Gold

📋 copy color: '#C2B947'

red 194 ◦ green 185 ◦ blue 71

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

Shades of Old Gold #C2B947

Tints of Old Gold #C2B947

RGB

 RED value IS 194 (76.17% from 255) = 43.11%

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

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

R = 43.11%
G = 41.11%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C2B947 (or 0xC2B947) is known color: Old Gold. HEX triplet: C2, B9 and 47. RGB value is (194,185,71). Sum of RGB (Red+Green+Blue) = 194+185+71=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B947 is #3D46B8. Grayscale: #AFAFAF. Windows color (decimal): -4015801 or 4700610. OLE color: 4700610.

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

Color convert

RGB 194 185 71 -
CMYK 0 0.05 0.63 0.24
HSL 55.61º 0.5% 0.52% -
HSV(B) 55.61º 0.63% 0.76% -
XYZ 40.73 46.62 12.81 -
YUV 174.7 69.48 141.77 -
System Red Green Blue C M Y K H S L
Decimal 194 185 71 0 0.05 0.63 0.24 55.61 0.5 0.52
Hex C2 B9 47 0 5 3F 18 38 32 34
Octal 302 271 107 0 5 77 30 70 62 64
Binary 11000010 10111001 1000111 0 101 111111 11000 111000 110010 110100

Color Harmonies of #C2B947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B947

Black with #C2B947

Text Example


Text Example

White with #C2B947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B947; }

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

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

background-color css

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

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

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

border-color css

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

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

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