Html Css Color HEX #C2B530 Old Gold

📋 copy color: '#C2B530'

red 194 ◦ green 181 ◦ blue 48

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

Shades of Old Gold #C2B530

Tints of Old Gold #C2B530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.35%

R = 45.86%
G = 42.79%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2B530 (or 0xC2B530) is known color: Old Gold. HEX triplet: C2, B5 and 30. RGB value is (194,181,48). Sum of RGB (Red+Green+Blue) = 194+181+48=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B530 is #3D4ACF. Grayscale: #AAAAAA. Windows color (decimal): -4016848 or 3192258. OLE color: 3192258.

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

Color convert

RGB 194 181 48 -
CMYK 0 0.07 0.75 0.24
HSL 54.66º 0.6% 0.47% -
HSV(B) 54.66º 0.75% 0.76% -
XYZ 39.31 44.73 9.36 -
YUV 169.73 59.31 145.31 -
System Red Green Blue C M Y K H S L
Decimal 194 181 48 0 0.07 0.75 0.24 54.66 0.6 0.47
Hex C2 B5 30 0 7 4B 18 37 3C 2F
Octal 302 265 60 0 7 113 30 67 74 57
Binary 11000010 10110101 110000 0 111 1001011 11000 110111 111100 101111

Color Harmonies of #C2B530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B530

Black with #C2B530

Text Example


Text Example

White with #C2B530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B530; }

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

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

background-color css

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

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

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

border-color css

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

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

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