Html Css Color HEX #C7A224 Buddha Gold

📋 copy color: '#C7A224'

red 199 ◦ green 162 ◦ blue 36

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

Shades of Buddha Gold #C7A224

Tints of Buddha Gold #C7A224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.07%

R = 50.13%
G = 40.81%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C7A224 (or 0xC7A224) is known color: Buddha Gold. HEX triplet: C7, A2 and 24. RGB value is (199,162,36). Sum of RGB (Red+Green+Blue) = 199+162+36=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 36 (14.45% from 255 or 9.07% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A224 is #385DDB. Grayscale: #9F9F9F. Windows color (decimal): -3694044 or 2400967. OLE color: 2400967.

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

Color convert

RGB 199 162 36 -
CMYK 0 0.19 0.82 0.22
HSL 46.38º 0.69% 0.46% -
HSV(B) 46.38º 0.82% 0.78% -
XYZ 36.79 38.11 7.09 -
YUV 158.7 58.76 156.75 -
System Red Green Blue C M Y K H S L
Decimal 199 162 36 0 0.19 0.82 0.22 46.38 0.69 0.46
Hex C7 A2 24 0 13 52 16 2E 45 2E
Octal 307 242 44 0 23 122 26 56 105 56
Binary 11000111 10100010 100100 0 10011 1010010 10110 101110 1000101 101110

Color Harmonies of #C7A224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A224

Black with #C7A224

Text Example


Text Example

White with #C7A224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A224; }

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

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

background-color css

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

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

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

border-color css

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

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

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