Html Css Color HEX #C7A225 Buddha Gold

📋 copy color: '#C7A225'

red 199 ◦ green 162 ◦ blue 37

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

Shades of Buddha Gold #C7A225

Tints of Buddha Gold #C7A225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.3%

R = 50%
G = 40.7%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C7A225 (or 0xC7A225) is known color: Buddha Gold. HEX triplet: C7, A2 and 25. RGB value is (199,162,37). Sum of RGB (Red+Green+Blue) = 199+162+37=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 37 (14.84% from 255 or 9.30% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A225 is #385DDA. Grayscale: #9F9F9F. Windows color (decimal): -3694043 or 2466503. OLE color: 2466503.

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

Color convert

RGB 199 162 37 -
CMYK 0 0.19 0.81 0.22
HSL 46.3º 0.69% 0.46% -
HSV(B) 46.3º 0.81% 0.78% -
XYZ 36.81 38.12 7.17 -
YUV 158.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 199 162 37 0 0.19 0.81 0.22 46.3 0.69 0.46
Hex C7 A2 25 0 13 51 16 2E 45 2E
Octal 307 242 45 0 23 121 26 56 105 56
Binary 11000111 10100010 100101 0 10011 1010001 10110 101110 1000101 101110

Color Harmonies of #C7A225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A225

Black with #C7A225

Text Example


Text Example

White with #C7A225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A225; }

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

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

background-color css

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

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

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

border-color css

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

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

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