Html Css Color HEX #C7A011 Buddha Gold

📋 copy color: '#C7A011'

red 199 ◦ green 160 ◦ blue 17

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

Shades of Buddha Gold #C7A011

Tints of Buddha Gold #C7A011

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.55%

 BLUE value IS 17 (7.03% from 255) = 4.52%

R = 52.93%
G = 42.55%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C7A011 (or 0xC7A011) is known color: Buddha Gold. HEX triplet: C7, A0 and 11. RGB value is (199,160,17). Sum of RGB (Red+Green+Blue) = 199+160+17=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A011 is #385FEE. Grayscale: #9B9B9B. Windows color (decimal): -3694575 or 1155271. OLE color: 1155271.

HSL color Cylindrical-coordinate representation of color #C7A011: hue angle of 47.14º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7A011 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 160 17 -
CMYK 0 0.20 0.91 0.22
HSL 47.14º 0.84% 0.42% -
HSV(B) 47.14º 0.91% 0.78% -
XYZ 36.23 37.32 5.83 -
YUV 155.36 49.92 159.13 -
System Red Green Blue C M Y K H S L
Decimal 199 160 17 0 0.20 0.91 0.22 47.14 0.84 0.42
Hex C7 A0 11 0 14 5B 16 2F 54 2A
Octal 307 240 21 0 24 133 26 57 124 52
Binary 11000111 10100000 10001 0 10100 1011011 10110 101111 1010100 101010

Color Harmonies of #C7A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A011

Black with #C7A011

Text Example


Text Example

White with #C7A011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A011; }

 p { color: rgb(199,160,17); }

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

background-color css

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

 a { background-color: rgb(199,160,17); }

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

border-color css

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

 span { border-color: rgb(199,160,17); }

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