Html Css Color HEX #C2B52E Old Gold

📋 copy color: '#C2B52E'

red 194 ◦ green 181 ◦ blue 46

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

Shades of Old Gold #C2B52E

Tints of Old Gold #C2B52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.93%

R = 46.08%
G = 42.99%
B = 10.93%

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

#C2B52E (or 0xC2B52E) is known color: Old Gold. HEX triplet: C2, B5 and 2E. RGB value is (194,181,46). Sum of RGB (Red+Green+Blue) = 194+181+46=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B52E is #3D4AD1. Grayscale: #AAAAAA. Windows color (decimal): -4016850 or 3061186. OLE color: 3061186.

HSL color Cylindrical-coordinate representation of color #C2B52E: hue angle of 54.73º degrees, saturation: 0.62, 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 #C2B52E is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 181 46 -
CMYK 0 0.07 0.76 0.24
HSL 54.73º 0.62% 0.47% -
HSV(B) 54.73º 0.76% 0.76% -
XYZ 39.27 44.71 9.15 -
YUV 169.5 58.31 145.48 -
System Red Green Blue C M Y K H S L
Decimal 194 181 46 0 0.07 0.76 0.24 54.73 0.62 0.47
Hex C2 B5 2E 0 7 4C 18 37 3E 2F
Octal 302 265 56 0 7 114 30 67 76 57
Binary 11000010 10110101 101110 0 111 1001100 11000 110111 111110 101111

Color Harmonies of #C2B52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B52E

Black with #C2B52E

Text Example


Text Example

White with #C2B52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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