Html Css Color HEX #C2B434 Old Gold

📋 copy color: '#C2B434'

red 194 ◦ green 180 ◦ blue 52

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

Shades of Old Gold #C2B434

Tints of Old Gold #C2B434

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.25%

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

R = 45.54%
G = 42.25%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C2B434 (or 0xC2B434) is known color: Old Gold. HEX triplet: C2, B4 and 34. RGB value is (194,180,52). Sum of RGB (Red+Green+Blue) = 194+180+52=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B434 is #3D4BCB. Grayscale: #AAAAAA. Windows color (decimal): -4017100 or 3454146. OLE color: 3454146.

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

Color convert

RGB 194 180 52 -
CMYK 0 0.07 0.73 0.24
HSL 54.08º 0.58% 0.48% -
HSV(B) 54.08º 0.73% 0.76% -
XYZ 39.19 44.36 9.75 -
YUV 169.59 61.64 145.41 -
System Red Green Blue C M Y K H S L
Decimal 194 180 52 0 0.07 0.73 0.24 54.08 0.58 0.48
Hex C2 B4 34 0 7 49 18 36 3A 30
Octal 302 264 64 0 7 111 30 66 72 60
Binary 11000010 10110100 110100 0 111 1001001 11000 110110 111010 110000

Color Harmonies of #C2B434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B434

Black with #C2B434

Text Example


Text Example

White with #C2B434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B434; }

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

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

background-color css

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

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

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

border-color css

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

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

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