Html Css Color HEX #C2B634 Old Gold

📋 copy color: '#C2B634'

red 194 ◦ green 182 ◦ blue 52

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

Shades of Old Gold #C2B634

Tints of Old Gold #C2B634

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.52%

 BLUE value IS 52 (20.7% from 255) = 12.15%

R = 45.33%
G = 42.52%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C2B634 (or 0xC2B634) is known color: Old Gold. HEX triplet: C2, B6 and 34. RGB value is (194,182,52). Sum of RGB (Red+Green+Blue) = 194+182+52=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B634 is #3D49CB. Grayscale: #ABABAB. Windows color (decimal): -4016588 or 3454658. OLE color: 3454658.

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

Color convert

RGB 194 182 52 -
CMYK 0 0.06 0.73 0.24
HSL 54.93º 0.58% 0.48% -
HSV(B) 54.93º 0.73% 0.76% -
XYZ 39.6 45.17 9.88 -
YUV 170.77 60.98 144.57 -
System Red Green Blue C M Y K H S L
Decimal 194 182 52 0 0.06 0.73 0.24 54.93 0.58 0.48
Hex C2 B6 34 0 6 49 18 37 3A 30
Octal 302 266 64 0 6 111 30 67 72 60
Binary 11000010 10110110 110100 0 110 1001001 11000 110111 111010 110000

Color Harmonies of #C2B634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B634

Black with #C2B634

Text Example


Text Example

White with #C2B634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B634; }

 p { color: rgb(194,182,52); }

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

background-color css

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

 a { background-color: rgb(194,182,52); }

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

border-color css

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

 span { border-color: rgb(194,182,52); }

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