Html Css Color HEX #C7BE45 Old Gold

📋 copy color: '#C7BE45'

red 199 ◦ green 190 ◦ blue 69

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

Shades of Old Gold #C7BE45

Tints of Old Gold #C7BE45

RGB

 RED value IS 199 (78.13% from 255) = 43.45%

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

 BLUE value IS 69 (27.34% from 255) = 15.07%

R = 43.45%
G = 41.48%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C7BE45 (or 0xC7BE45) is known color: Old Gold. HEX triplet: C7, BE and 45. RGB value is (199,190,69). Sum of RGB (Red+Green+Blue) = 199+190+69=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BE45 is #3841BA. Grayscale: #B3B3B3. Windows color (decimal): -3686843 or 4570823. OLE color: 4570823.

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

Color convert

RGB 199 190 69 -
CMYK 0 0.05 0.65 0.22
HSL 55.85º 0.54% 0.53% -
HSV(B) 55.85º 0.65% 0.78% -
XYZ 43.04 49.4 12.9 -
YUV 178.9 65.98 142.34 -
System Red Green Blue C M Y K H S L
Decimal 199 190 69 0 0.05 0.65 0.22 55.85 0.54 0.53
Hex C7 BE 45 0 5 41 16 38 36 35
Octal 307 276 105 0 5 101 26 70 66 65
Binary 11000111 10111110 1000101 0 101 1000001 10110 111000 110110 110101

Color Harmonies of #C7BE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BE45

Black with #C7BE45

Text Example


Text Example

White with #C7BE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BE45; }

 p { color: rgb(199,190,69); }

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

background-color css

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

 a { background-color: rgb(199,190,69); }

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

border-color css

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

 span { border-color: rgb(199,190,69); }

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