Html Css Color HEX #C5BE48 Old Gold

📋 copy color: '#C5BE48'

red 197 ◦ green 190 ◦ blue 72

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

Shades of Old Gold #C5BE48

Tints of Old Gold #C5BE48

RGB

 RED value IS 197 (77.34% from 255) = 42.92%

 GREEN value IS 190 (74.61% from 255) = 41.39%

 BLUE value IS 72 (28.52% from 255) = 15.69%

R = 42.92%
G = 41.39%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C5BE48 (or 0xC5BE48) is known color: Old Gold. HEX triplet: C5, BE and 48. RGB value is (197,190,72). Sum of RGB (Red+Green+Blue) = 197+190+72=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE48 is #3A41B7. Grayscale: #B3B3B3. Windows color (decimal): -3817912 or 4767429. OLE color: 4767429.

HSL color Cylindrical-coordinate representation of color #C5BE48: hue angle of 56.64º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5BE48 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 190 72 -
CMYK 0 0.04 0.63 0.23
HSL 56.64º 0.52% 0.53% -
HSV(B) 56.64º 0.63% 0.77% -
XYZ 42.61 49.17 13.37 -
YUV 178.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 197 190 72 0 0.04 0.63 0.23 56.64 0.52 0.53
Hex C5 BE 48 0 4 3F 17 39 34 35
Octal 305 276 110 0 4 77 27 71 64 65
Binary 11000101 10111110 1001000 0 100 111111 10111 111001 110100 110101

Color Harmonies of #C5BE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE48

Black with #C5BE48

Text Example


Text Example

White with #C5BE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE48; }

 p { color: rgb(197,190,72); }

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

background-color css

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

 a { background-color: rgb(197,190,72); }

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

border-color css

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

 span { border-color: rgb(197,190,72); }

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