Html Css Color HEX #C7A61E Buddha Gold

📋 copy color: '#C7A61E'

red 199 ◦ green 166 ◦ blue 30

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

Shades of Buddha Gold #C7A61E

Tints of Buddha Gold #C7A61E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.03%

 BLUE value IS 30 (12.11% from 255) = 7.59%

R = 50.38%
G = 42.03%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7A61E (or 0xC7A61E) is known color: Buddha Gold. HEX triplet: C7, A6 and 1E. RGB value is (199,166,30). Sum of RGB (Red+Green+Blue) = 199+166+30=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A61E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A61E is #3859E1. Grayscale: #A0A0A0. Windows color (decimal): -3693026 or 2008775. OLE color: 2008775.

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

Color convert

RGB 199 166 30 -
CMYK 0 0.17 0.85 0.22
HSL 48.28º 0.74% 0.45% -
HSV(B) 48.28º 0.85% 0.78% -
XYZ 37.42 39.51 6.88 -
YUV 160.36 54.43 155.56 -
System Red Green Blue C M Y K H S L
Decimal 199 166 30 0 0.17 0.85 0.22 48.28 0.74 0.45
Hex C7 A6 1E 0 11 55 16 30 4A 2D
Octal 307 246 36 0 21 125 26 60 112 55
Binary 11000111 10100110 11110 0 10001 1010101 10110 110000 1001010 101101

Color Harmonies of #C7A61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A61E

Black with #C7A61E

Text Example


Text Example

White with #C7A61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A61E; }

 p { color: rgb(199,166,30); }

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

background-color css

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

 a { background-color: rgb(199,166,30); }

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

border-color css

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

 span { border-color: rgb(199,166,30); }

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