Html Css Color HEX #C7A913 Buddha Gold

📋 copy color: '#C7A913'

red 199 ◦ green 169 ◦ blue 19

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

Shades of Buddha Gold #C7A913

Tints of Buddha Gold #C7A913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.91%

R = 51.42%
G = 43.67%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C7A913 (or 0xC7A913) is known color: Buddha Gold. HEX triplet: C7, A9 and 13. RGB value is (199,169,19). Sum of RGB (Red+Green+Blue) = 199+169+19=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A913 is #3856EC. Grayscale: #A1A1A1. Windows color (decimal): -3692269 or 1288647. OLE color: 1288647.

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

Color convert

RGB 199 169 19 -
CMYK 0 0.15 0.90 0.22
HSL 50º 0.83% 0.43% -
HSV(B) 50º 0.9% 0.78% -
XYZ 37.86 40.57 6.45 -
YUV 160.87 47.94 155.2 -
System Red Green Blue C M Y K H S L
Decimal 199 169 19 0 0.15 0.90 0.22 50 0.83 0.43
Hex C7 A9 13 0 F 5A 16 32 53 2B
Octal 307 251 23 0 17 132 26 62 123 53
Binary 11000111 10101001 10011 0 1111 1011010 10110 110010 1010011 101011

Color Harmonies of #C7A913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A913

Black with #C7A913

Text Example


Text Example

White with #C7A913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A913; }

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

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

background-color css

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

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

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

border-color css

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

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

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