Html Css Color HEX #C2B036 Old Gold

📋 copy color: '#C2B036'

red 194 ◦ green 176 ◦ blue 54

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

Shades of Old Gold #C2B036

Tints of Old Gold #C2B036

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.51%

 BLUE value IS 54 (21.48% from 255) = 12.74%

R = 45.75%
G = 41.51%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C2B036 (or 0xC2B036) is known color: Old Gold. HEX triplet: C2, B0 and 36. RGB value is (194,176,54). Sum of RGB (Red+Green+Blue) = 194+176+54=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B036 is #3D4FC9. Grayscale: #A7A7A7. Windows color (decimal): -4018122 or 3584194. OLE color: 3584194.

HSL color Cylindrical-coordinate representation of color #C2B036: hue angle of 52.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2B036 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 54 -
CMYK 0 0.09 0.72 0.24
HSL 52.29º 0.56% 0.49% -
HSV(B) 52.29º 0.72% 0.76% -
XYZ 38.44 42.79 9.72 -
YUV 167.47 63.96 146.92 -
System Red Green Blue C M Y K H S L
Decimal 194 176 54 0 0.09 0.72 0.24 52.29 0.56 0.49
Hex C2 B0 36 0 9 48 18 34 38 31
Octal 302 260 66 0 11 110 30 64 70 61
Binary 11000010 10110000 110110 0 1001 1001000 11000 110100 111000 110001

Color Harmonies of #C2B036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B036

Black with #C2B036

Text Example


Text Example

White with #C2B036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B036; }

 p { color: rgb(194,176,54); }

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

background-color css

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

 a { background-color: rgb(194,176,54); }

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

border-color css

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

 span { border-color: rgb(194,176,54); }

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