Html Css Color HEX #C7A915 Buddha Gold

📋 copy color: '#C7A915'

red 199 ◦ green 169 ◦ blue 21

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

Shades of Buddha Gold #C7A915

Tints of Buddha Gold #C7A915

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.44%

 BLUE value IS 21 (8.59% from 255) = 5.4%

R = 51.16%
G = 43.44%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C7A915 (or 0xC7A915) is known color: Buddha Gold. HEX triplet: C7, A9 and 15. RGB value is (199,169,21). Sum of RGB (Red+Green+Blue) = 199+169+21=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A915 is #3856EA. Grayscale: #A1A1A1. Windows color (decimal): -3692267 or 1419719. OLE color: 1419719.

HSL color Cylindrical-coordinate representation of color #C7A915: hue angle of 49.89º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7A915 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 169 21 -
CMYK 0 0.15 0.89 0.22
HSL 49.89º 0.81% 0.43% -
HSV(B) 49.89º 0.89% 0.78% -
XYZ 37.88 40.57 6.54 -
YUV 161.1 48.94 155.03 -
System Red Green Blue C M Y K H S L
Decimal 199 169 21 0 0.15 0.89 0.22 49.89 0.81 0.43
Hex C7 A9 15 0 F 59 16 32 51 2B
Octal 307 251 25 0 17 131 26 62 121 53
Binary 11000111 10101001 10101 0 1111 1011001 10110 110010 1010001 101011

Color Harmonies of #C7A915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A915

Black with #C7A915

Text Example


Text Example

White with #C7A915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A915; }

 p { color: rgb(199,169,21); }

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

background-color css

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

 a { background-color: rgb(199,169,21); }

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

border-color css

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

 span { border-color: rgb(199,169,21); }

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