Html Css Color HEX #C7A11C Buddha Gold

📋 copy color: '#C7A11C'

red 199 ◦ green 161 ◦ blue 28

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

Shades of Buddha Gold #C7A11C

Tints of Buddha Gold #C7A11C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.49%

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

R = 51.29%
G = 41.49%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7A11C (or 0xC7A11C) is known color: Buddha Gold. HEX triplet: C7, A1 and 1C. RGB value is (199,161,28). Sum of RGB (Red+Green+Blue) = 199+161+28=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 28 (11.33% from 255 or 7.22% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A11C is #385EE3. Grayscale: #9D9D9D. Windows color (decimal): -3694308 or 1876423. OLE color: 1876423.

HSL color Cylindrical-coordinate representation of color #C7A11C: hue angle of 46.67º 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 #C7A11C is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 161 28 -
CMYK 0 0.19 0.86 0.22
HSL 46.67º 0.75% 0.45% -
HSV(B) 46.67º 0.86% 0.78% -
XYZ 36.51 37.72 6.45 -
YUV 157.2 55.09 157.81 -
System Red Green Blue C M Y K H S L
Decimal 199 161 28 0 0.19 0.86 0.22 46.67 0.75 0.45
Hex C7 A1 1C 0 13 56 16 2F 4B 2D
Octal 307 241 34 0 23 126 26 57 113 55
Binary 11000111 10100001 11100 0 10011 1010110 10110 101111 1001011 101101

Color Harmonies of #C7A11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A11C

Black with #C7A11C

Text Example


Text Example

White with #C7A11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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