Html Css Color HEX #C2B730 Old Gold

📋 copy color: '#C2B730'

red 194 ◦ green 183 ◦ blue 48

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

Shades of Old Gold #C2B730

Tints of Old Gold #C2B730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.06%

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

R = 45.65%
G = 43.06%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2B730 (or 0xC2B730) is known color: Old Gold. HEX triplet: C2, B7 and 30. RGB value is (194,183,48). Sum of RGB (Red+Green+Blue) = 194+183+48=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 48 (19.14% from 255 or 11.29% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B730 is #3D48CF. Grayscale: #ABABAB. Windows color (decimal): -4016336 or 3192770. OLE color: 3192770.

HSL color Cylindrical-coordinate representation of color #C2B730: hue angle of 55.48º 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 #C2B730 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 48 -
CMYK 0 0.06 0.75 0.24
HSL 55.48º 0.6% 0.47% -
HSV(B) 55.48º 0.75% 0.76% -
XYZ 39.72 45.55 9.5 -
YUV 170.9 58.64 144.48 -
System Red Green Blue C M Y K H S L
Decimal 194 183 48 0 0.06 0.75 0.24 55.48 0.6 0.47
Hex C2 B7 30 0 6 4B 18 37 3C 2F
Octal 302 267 60 0 6 113 30 67 74 57
Binary 11000010 10110111 110000 0 110 1001011 11000 110111 111100 101111

Color Harmonies of #C2B730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B730

Black with #C2B730

Text Example


Text Example

White with #C2B730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B730; }

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

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

background-color css

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

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

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

border-color css

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

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

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