Html Css Color HEX #C7A200 Buddha Gold

📋 copy color: '#C7A200'

red 199 ◦ green 162 ◦ blue 0

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

Shades of Buddha Gold #C7A200

Tints of Buddha Gold #C7A200

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.12%
G = 44.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C7A200 (or 0xC7A200) is known color: Buddha Gold. HEX triplet: C7, A2 and 00. RGB value is (199,162,0). Sum of RGB (Red+Green+Blue) = 199+162+0=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A200 is #385DFF. Grayscale: #9B9B9B. Windows color (decimal): -3694080 or 41671. OLE color: 41671.

HSL color Cylindrical-coordinate representation of color #C7A200: hue angle of 48.84º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7A200 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 162 0 -
CMYK 0 0.19 1 0.22
HSL 48.84º 1% 0.39% -
HSV(B) 48.84º 1% 0.78% -
XYZ 36.47 37.98 5.41 -
YUV 154.6 40.76 159.67 -
System Red Green Blue C M Y K H S L
Decimal 199 162 0 0 0.19 1 0.22 48.84 1 0.39
Hex C7 A2 0 0 13 64 16 31 64 27
Octal 307 242 0 0 23 144 26 61 144 47
Binary 11000111 10100010 0 0 10011 1100100 10110 110001 1100100 100111

Color Harmonies of #C7A200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A200

Black with #C7A200

Text Example


Text Example

White with #C7A200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A200; }

 p { color: rgb(199,162,0); }

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

background-color css

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

 a { background-color: rgb(199,162,0); }

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

border-color css

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

 span { border-color: rgb(199,162,0); }

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