Html Css Color HEX #C2B340 Old Gold

📋 copy color: '#C2B340'

red 194 ◦ green 179 ◦ blue 64

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

Shades of Old Gold #C2B340

Tints of Old Gold #C2B340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.96%

 BLUE value IS 64 (25.39% from 255) = 14.65%

R = 44.39%
G = 40.96%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C2B340 (or 0xC2B340) is known color: Old Gold. HEX triplet: C2, B3 and 40. RGB value is (194,179,64). Sum of RGB (Red+Green+Blue) = 194+179+64=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B340 is #3D4CBF. Grayscale: #AAAAAA. Windows color (decimal): -4017344 or 4240322. OLE color: 4240322.

HSL color Cylindrical-coordinate representation of color #C2B340: hue angle of 53.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2B340 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 179 64 -
CMYK 0 0.08 0.67 0.24
HSL 53.08º 0.52% 0.51% -
HSV(B) 53.08º 0.67% 0.76% -
XYZ 39.29 44.08 11.29 -
YUV 170.38 67.97 144.85 -
System Red Green Blue C M Y K H S L
Decimal 194 179 64 0 0.08 0.67 0.24 53.08 0.52 0.51
Hex C2 B3 40 0 8 43 18 35 34 33
Octal 302 263 100 0 10 103 30 65 64 63
Binary 11000010 10110011 1000000 0 1000 1000011 11000 110101 110100 110011

Color Harmonies of #C2B340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B340

Black with #C2B340

Text Example


Text Example

White with #C2B340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B340; }

 p { color: rgb(194,179,64); }

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

background-color css

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

 a { background-color: rgb(194,179,64); }

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

border-color css

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

 span { border-color: rgb(194,179,64); }

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