Html Css Color HEX #C7A108 Buddha Gold

📋 copy color: '#C7A108'

red 199 ◦ green 161 ◦ blue 8

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

Shades of Buddha Gold #C7A108

Tints of Buddha Gold #C7A108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.17%

R = 54.08%
G = 43.75%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C7A108 (or 0xC7A108) is known color: Buddha Gold. HEX triplet: C7, A1 and 08. RGB value is (199,161,8). Sum of RGB (Red+Green+Blue) = 199+161+8=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 8 (3.52% from 255 or 2.17% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A108 is #385EF7. Grayscale: #9B9B9B. Windows color (decimal): -3694328 or 565703. OLE color: 565703.

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

Color convert

RGB 199 161 8 -
CMYK 0 0.19 0.96 0.22
HSL 48.06º 0.92% 0.41% -
HSV(B) 48.06º 0.96% 0.78% -
XYZ 36.34 37.65 5.58 -
YUV 154.92 45.09 159.44 -
System Red Green Blue C M Y K H S L
Decimal 199 161 8 0 0.19 0.96 0.22 48.06 0.92 0.41
Hex C7 A1 8 0 13 60 16 30 5C 29
Octal 307 241 10 0 23 140 26 60 134 51
Binary 11000111 10100001 1000 0 10011 1100000 10110 110000 1011100 101001

Color Harmonies of #C7A108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A108

Black with #C7A108

Text Example


Text Example

White with #C7A108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A108; }

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

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

background-color css

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

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

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

border-color css

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

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

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