Html Css Color HEX #C2B040 Old Gold

📋 copy color: '#C2B040'

red 194 ◦ green 176 ◦ blue 64

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

Shades of Old Gold #C2B040

Tints of Old Gold #C2B040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.55%

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

R = 44.7%
G = 40.55%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C2B040 (or 0xC2B040) is known color: Old Gold. HEX triplet: C2, B0 and 40. RGB value is (194,176,64). Sum of RGB (Red+Green+Blue) = 194+176+64=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B040 is #3D4FBF. Grayscale: #A9A9A9. Windows color (decimal): -4018112 or 4239554. OLE color: 4239554.

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

Color convert

RGB 194 176 64 -
CMYK 0 0.09 0.67 0.24
HSL 51.69º 0.52% 0.51% -
HSV(B) 51.69º 0.67% 0.76% -
XYZ 38.7 42.89 11.09 -
YUV 168.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 194 176 64 0 0.09 0.67 0.24 51.69 0.52 0.51
Hex C2 B0 40 0 9 43 18 34 34 33
Octal 302 260 100 0 11 103 30 64 64 63
Binary 11000010 10110000 1000000 0 1001 1000011 11000 110100 110100 110011

Color Harmonies of #C2B040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B040

Black with #C2B040

Text Example


Text Example

White with #C2B040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B040; }

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

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

background-color css

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

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

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

border-color css

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

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

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