Html Css Color HEX #C7BE30 Old Gold

📋 copy color: '#C7BE30'

red 199 ◦ green 190 ◦ blue 48

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

Shades of Old Gold #C7BE30

Tints of Old Gold #C7BE30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.98%

R = 45.54%
G = 43.48%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7BE30 (or 0xC7BE30) is known color: Old Gold. HEX triplet: C7, BE and 30. RGB value is (199,190,48). Sum of RGB (Red+Green+Blue) = 199+190+48=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BE30 is #3841CF. Grayscale: #B1B1B1. Windows color (decimal): -3686864 or 3194567. OLE color: 3194567.

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

Color convert

RGB 199 190 48 -
CMYK 0 0.05 0.76 0.22
HSL 56.42º 0.61% 0.48% -
HSV(B) 56.42º 0.76% 0.78% -
XYZ 42.5 49.18 10.05 -
YUV 176.5 55.48 144.05 -
System Red Green Blue C M Y K H S L
Decimal 199 190 48 0 0.05 0.76 0.22 56.42 0.61 0.48
Hex C7 BE 30 0 5 4C 16 38 3D 30
Octal 307 276 60 0 5 114 26 70 75 60
Binary 11000111 10111110 110000 0 101 1001100 10110 111000 111101 110000

Color Harmonies of #C7BE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BE30

Black with #C7BE30

Text Example


Text Example

White with #C7BE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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