Html Css Color HEX #C2B843 Old Gold

📋 copy color: '#C2B843'

red 194 ◦ green 184 ◦ blue 67

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

Shades of Old Gold #C2B843

Tints of Old Gold #C2B843

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.35%

 BLUE value IS 67 (26.56% from 255) = 15.06%

R = 43.6%
G = 41.35%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C2B843 (or 0xC2B843) is known color: Old Gold. HEX triplet: C2, B8 and 43. RGB value is (194,184,67). Sum of RGB (Red+Green+Blue) = 194+184+67=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 67 (26.56% from 255 or 15.06% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B843 is #3D47BC. Grayscale: #AEAEAE. Windows color (decimal): -4016061 or 4438210. OLE color: 4438210.

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

Color convert

RGB 194 184 67 -
CMYK 0 0.05 0.65 0.24
HSL 55.28º 0.51% 0.51% -
HSV(B) 55.28º 0.65% 0.76% -
XYZ 40.4 46.16 12.09 -
YUV 173.65 67.81 142.51 -
System Red Green Blue C M Y K H S L
Decimal 194 184 67 0 0.05 0.65 0.24 55.28 0.51 0.51
Hex C2 B8 43 0 5 41 18 37 33 33
Octal 302 270 103 0 5 101 30 67 63 63
Binary 11000010 10111000 1000011 0 101 1000001 11000 110111 110011 110011

Color Harmonies of #C2B843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B843

Black with #C2B843

Text Example


Text Example

White with #C2B843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B843; }

 p { color: rgb(194,184,67); }

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

background-color css

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

 a { background-color: rgb(194,184,67); }

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

border-color css

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

 span { border-color: rgb(194,184,67); }

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