Html Css Color HEX #C2B844 Old Gold

📋 copy color: '#C2B844'

red 194 ◦ green 184 ◦ blue 68

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

Shades of Old Gold #C2B844

Tints of Old Gold #C2B844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.25%

R = 43.5%
G = 41.26%
B = 15.25%

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

#C2B844 (or 0xC2B844) is known color: Old Gold. HEX triplet: C2, B8 and 44. RGB value is (194,184,68). Sum of RGB (Red+Green+Blue) = 194+184+68=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B844 is #3D47BB. Grayscale: #AEAEAE. Windows color (decimal): -4016060 or 4503746. OLE color: 4503746.

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

Color convert

RGB 194 184 68 -
CMYK 0 0.05 0.65 0.24
HSL 55.24º 0.51% 0.51% -
HSV(B) 55.24º 0.65% 0.76% -
XYZ 40.43 46.17 12.25 -
YUV 173.77 68.31 142.43 -
System Red Green Blue C M Y K H S L
Decimal 194 184 68 0 0.05 0.65 0.24 55.24 0.51 0.51
Hex C2 B8 44 0 5 41 18 37 33 33
Octal 302 270 104 0 5 101 30 67 63 63
Binary 11000010 10111000 1000100 0 101 1000001 11000 110111 110011 110011

Color Harmonies of #C2B844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B844

Black with #C2B844

Text Example


Text Example

White with #C2B844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B844; }

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

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

background-color css

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

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

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

border-color css

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

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

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