Html Css Color HEX #C2B33A Old Gold

📋 copy color: '#C2B33A'

red 194 ◦ green 179 ◦ blue 58

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

Shades of Old Gold #C2B33A

Tints of Old Gold #C2B33A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.53%

 BLUE value IS 58 (23.05% from 255) = 13.46%

R = 45.01%
G = 41.53%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2B33A (or 0xC2B33A) is known color: Old Gold. HEX triplet: C2, B3 and 3A. RGB value is (194,179,58). Sum of RGB (Red+Green+Blue) = 194+179+58=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B33A is #3D4CC5. Grayscale: #AAAAAA. Windows color (decimal): -4017350 or 3847106. OLE color: 3847106.

HSL color Cylindrical-coordinate representation of color #C2B33A: hue angle of 53.38º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2B33A is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 179 58 -
CMYK 0 0.08 0.70 0.24
HSL 53.38º 0.54% 0.49% -
HSV(B) 53.38º 0.7% 0.76% -
XYZ 39.13 44.02 10.44 -
YUV 169.69 64.97 145.34 -
System Red Green Blue C M Y K H S L
Decimal 194 179 58 0 0.08 0.70 0.24 53.38 0.54 0.49
Hex C2 B3 3A 0 8 46 18 35 36 31
Octal 302 263 72 0 10 106 30 65 66 61
Binary 11000010 10110011 111010 0 1000 1000110 11000 110101 110110 110001

Color Harmonies of #C2B33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B33A

Black with #C2B33A

Text Example


Text Example

White with #C2B33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B33A; }

 p { color: rgb(194,179,58); }

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

background-color css

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

 a { background-color: rgb(194,179,58); }

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

border-color css

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

 span { border-color: rgb(194,179,58); }

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