Html Css Color HEX #C2B533 Old Gold

📋 copy color: '#C2B533'

red 194 ◦ green 181 ◦ blue 51

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

Shades of Old Gold #C2B533

Tints of Old Gold #C2B533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.97%

R = 45.54%
G = 42.49%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2B533 (or 0xC2B533) is known color: Old Gold. HEX triplet: C2, B5 and 33. RGB value is (194,181,51). Sum of RGB (Red+Green+Blue) = 194+181+51=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B533 is #3D4ACC. Grayscale: #AAAAAA. Windows color (decimal): -4016845 or 3388866. OLE color: 3388866.

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

Color convert

RGB 194 181 51 -
CMYK 0 0.07 0.74 0.24
HSL 54.55º 0.58% 0.48% -
HSV(B) 54.55º 0.74% 0.76% -
XYZ 39.37 44.76 9.7 -
YUV 170.07 60.81 145.07 -
System Red Green Blue C M Y K H S L
Decimal 194 181 51 0 0.07 0.74 0.24 54.55 0.58 0.48
Hex C2 B5 33 0 7 4A 18 37 3A 30
Octal 302 265 63 0 7 112 30 67 72 60
Binary 11000010 10110101 110011 0 111 1001010 11000 110111 111010 110000

Color Harmonies of #C2B533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B533

Black with #C2B533

Text Example


Text Example

White with #C2B533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B533; }

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

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

background-color css

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

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

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

border-color css

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

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

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