Html Css Color HEX #C2B341 Old Gold

📋 copy color: '#C2B341'

red 194 ◦ green 179 ◦ blue 65

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

Shades of Old Gold #C2B341

Tints of Old Gold #C2B341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.84%

R = 44.29%
G = 40.87%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C2B341 (or 0xC2B341) is known color: Old Gold. HEX triplet: C2, B3 and 41. RGB value is (194,179,65). Sum of RGB (Red+Green+Blue) = 194+179+65=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B341 is #3D4CBE. Grayscale: #AAAAAA. Windows color (decimal): -4017343 or 4305858. OLE color: 4305858.

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

Color convert

RGB 194 179 65 -
CMYK 0 0.08 0.66 0.24
HSL 53.02º 0.51% 0.51% -
HSV(B) 53.02º 0.66% 0.76% -
XYZ 39.32 44.09 11.44 -
YUV 170.49 68.47 144.77 -
System Red Green Blue C M Y K H S L
Decimal 194 179 65 0 0.08 0.66 0.24 53.02 0.51 0.51
Hex C2 B3 41 0 8 42 18 35 33 33
Octal 302 263 101 0 10 102 30 65 63 63
Binary 11000010 10110011 1000001 0 1000 1000010 11000 110101 110011 110011

Color Harmonies of #C2B341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B341

Black with #C2B341

Text Example


Text Example

White with #C2B341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B341; }

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

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

background-color css

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

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

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

border-color css

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

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

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