Html Css Color HEX #C2B52F Old Gold

📋 copy color: '#C2B52F'

red 194 ◦ green 181 ◦ blue 47

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

Shades of Old Gold #C2B52F

Tints of Old Gold #C2B52F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.89%

 BLUE value IS 47 (18.75% from 255) = 11.14%

R = 45.97%
G = 42.89%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2B52F (or 0xC2B52F) is known color: Old Gold. HEX triplet: C2, B5 and 2F. RGB value is (194,181,47). Sum of RGB (Red+Green+Blue) = 194+181+47=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B52F is #3D4AD0. Grayscale: #AAAAAA. Windows color (decimal): -4016849 or 3126722. OLE color: 3126722.

HSL color Cylindrical-coordinate representation of color #C2B52F: hue angle of 54.69º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2B52F is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 181 47 -
CMYK 0 0.07 0.76 0.24
HSL 54.69º 0.61% 0.47% -
HSV(B) 54.69º 0.76% 0.76% -
XYZ 39.29 44.72 9.25 -
YUV 169.61 58.81 145.4 -
System Red Green Blue C M Y K H S L
Decimal 194 181 47 0 0.07 0.76 0.24 54.69 0.61 0.47
Hex C2 B5 2F 0 7 4C 18 37 3D 2F
Octal 302 265 57 0 7 114 30 67 75 57
Binary 11000010 10110101 101111 0 111 1001100 11000 110111 111101 101111

Color Harmonies of #C2B52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B52F

Black with #C2B52F

Text Example


Text Example

White with #C2B52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B52F; }

 p { color: rgb(194,181,47); }

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

background-color css

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

 a { background-color: rgb(194,181,47); }

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

border-color css

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

 span { border-color: rgb(194,181,47); }

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