Html Css Color HEX #C2B538 Old Gold

📋 copy color: '#C2B538'

red 194 ◦ green 181 ◦ blue 56

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

Shades of Old Gold #C2B538

Tints of Old Gold #C2B538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.99%

R = 45.01%
G = 42%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C2B538 (or 0xC2B538) is known color: Old Gold. HEX triplet: C2, B5 and 38. RGB value is (194,181,56). Sum of RGB (Red+Green+Blue) = 194+181+56=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B538 is #3D4AC7. Grayscale: #ABABAB. Windows color (decimal): -4016840 or 3716546. OLE color: 3716546.

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

Color convert

RGB 194 181 56 -
CMYK 0 0.07 0.71 0.24
HSL 54.35º 0.55% 0.49% -
HSV(B) 54.35º 0.71% 0.76% -
XYZ 39.49 44.8 10.31 -
YUV 170.64 63.31 144.66 -
System Red Green Blue C M Y K H S L
Decimal 194 181 56 0 0.07 0.71 0.24 54.35 0.55 0.49
Hex C2 B5 38 0 7 47 18 36 37 31
Octal 302 265 70 0 7 107 30 66 67 61
Binary 11000010 10110101 111000 0 111 1000111 11000 110110 110111 110001

Color Harmonies of #C2B538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B538

Black with #C2B538

Text Example


Text Example

White with #C2B538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B538; }

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

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

background-color css

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

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

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

border-color css

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

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

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