Html Css Color HEX #C8BE49 Old Gold

📋 copy color: '#C8BE49'

red 200 ◦ green 190 ◦ blue 73

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

Shades of Old Gold #C8BE49

Tints of Old Gold #C8BE49

RGB

 RED value IS 200 (78.52% from 255) = 43.2%

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

 BLUE value IS 73 (28.91% from 255) = 15.77%

R = 43.2%
G = 41.04%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8BE49 (or 0xC8BE49) is known color: Old Gold. HEX triplet: C8, BE and 49. RGB value is (200,190,73). Sum of RGB (Red+Green+Blue) = 200+190+73=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE49 is #3741B6. Grayscale: #B4B4B4. Windows color (decimal): -3621303 or 4832968. OLE color: 4832968.

HSL color Cylindrical-coordinate representation of color #C8BE49: hue angle of 55.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8BE49 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 190 73 -
CMYK 0 0.05 0.64 0.22
HSL 55.28º 0.54% 0.54% -
HSV(B) 55.28º 0.64% 0.78% -
XYZ 43.44 49.59 13.59 -
YUV 179.65 67.81 142.51 -
System Red Green Blue C M Y K H S L
Decimal 200 190 73 0 0.05 0.64 0.22 55.28 0.54 0.54
Hex C8 BE 49 0 5 40 16 37 36 36
Octal 310 276 111 0 5 100 26 67 66 66
Binary 11001000 10111110 1001001 0 101 1000000 10110 110111 110110 110110

Color Harmonies of #C8BE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE49

Black with #C8BE49

Text Example


Text Example

White with #C8BE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE49; }

 p { color: rgb(200,190,73); }

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

background-color css

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

 a { background-color: rgb(200,190,73); }

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

border-color css

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

 span { border-color: rgb(200,190,73); }

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