Html Css Color HEX #C7A01C Buddha Gold

📋 copy color: '#C7A01C'

red 199 ◦ green 160 ◦ blue 28

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

Shades of Buddha Gold #C7A01C

Tints of Buddha Gold #C7A01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.24%

R = 51.42%
G = 41.34%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7A01C (or 0xC7A01C) is known color: Buddha Gold. HEX triplet: C7, A0 and 1C. RGB value is (199,160,28). Sum of RGB (Red+Green+Blue) = 199+160+28=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A01C is #385FE3. Grayscale: #9D9D9D. Windows color (decimal): -3694564 or 1876167. OLE color: 1876167.

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

Color convert

RGB 199 160 28 -
CMYK 0 0.20 0.86 0.22
HSL 46.32º 0.75% 0.45% -
HSV(B) 46.32º 0.86% 0.78% -
XYZ 36.33 37.37 6.4 -
YUV 156.61 55.42 158.23 -
System Red Green Blue C M Y K H S L
Decimal 199 160 28 0 0.20 0.86 0.22 46.32 0.75 0.45
Hex C7 A0 1C 0 14 56 16 2E 4B 2D
Octal 307 240 34 0 24 126 26 56 113 55
Binary 11000111 10100000 11100 0 10100 1010110 10110 101110 1001011 101101

Color Harmonies of #C7A01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A01C

Black with #C7A01C

Text Example


Text Example

White with #C7A01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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