Html Css Color HEX #C2B744 Old Gold

📋 copy color: '#C2B744'

red 194 ◦ green 183 ◦ blue 68

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

Shades of Old Gold #C2B744

Tints of Old Gold #C2B744

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.12%

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

R = 43.6%
G = 41.12%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C2B744 (or 0xC2B744) is known color: Old Gold. HEX triplet: C2, B7 and 44. RGB value is (194,183,68). Sum of RGB (Red+Green+Blue) = 194+183+68=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 68 (26.95% from 255 or 15.28% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B744 is #3D48BB. Grayscale: #ADADAD. Windows color (decimal): -4016316 or 4503490. OLE color: 4503490.

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

Color convert

RGB 194 183 68 -
CMYK 0 0.06 0.65 0.24
HSL 54.76º 0.51% 0.51% -
HSV(B) 54.76º 0.65% 0.76% -
XYZ 40.23 45.75 12.18 -
YUV 173.18 68.64 142.85 -
System Red Green Blue C M Y K H S L
Decimal 194 183 68 0 0.06 0.65 0.24 54.76 0.51 0.51
Hex C2 B7 44 0 6 41 18 37 33 33
Octal 302 267 104 0 6 101 30 67 63 63
Binary 11000010 10110111 1000100 0 110 1000001 11000 110111 110011 110011

Color Harmonies of #C2B744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B744

Black with #C2B744

Text Example


Text Example

White with #C2B744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B744; }

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

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

background-color css

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

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

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

border-color css

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

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

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