Html Css Color HEX #C7BE40 Old Gold

📋 copy color: '#C7BE40'

red 199 ◦ green 190 ◦ blue 64

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

Shades of Old Gold #C7BE40

Tints of Old Gold #C7BE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.13%

R = 43.93%
G = 41.94%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C7BE40 (or 0xC7BE40) is known color: Old Gold. HEX triplet: C7, BE and 40. RGB value is (199,190,64). Sum of RGB (Red+Green+Blue) = 199+190+64=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BE40 is #3841BF. Grayscale: #B2B2B2. Windows color (decimal): -3686848 or 4243143. OLE color: 4243143.

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

Color convert

RGB 199 190 64 -
CMYK 0 0.05 0.68 0.22
HSL 56º 0.55% 0.52% -
HSV(B) 56º 0.68% 0.78% -
XYZ 42.89 49.34 12.11 -
YUV 178.33 63.48 142.75 -
System Red Green Blue C M Y K H S L
Decimal 199 190 64 0 0.05 0.68 0.22 56 0.55 0.52
Hex C7 BE 40 0 5 44 16 38 37 34
Octal 307 276 100 0 5 104 26 70 67 64
Binary 11000111 10111110 1000000 0 101 1000100 10110 111000 110111 110100

Color Harmonies of #C7BE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BE40

Black with #C7BE40

Text Example


Text Example

White with #C7BE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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