Html Css Color HEX #C7A523 Buddha Gold

📋 copy color: '#C7A523'

red 199 ◦ green 165 ◦ blue 35

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

Shades of Buddha Gold #C7A523

Tints of Buddha Gold #C7A523

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.35%

 BLUE value IS 35 (14.06% from 255) = 8.77%

R = 49.87%
G = 41.35%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C7A523 (or 0xC7A523) is known color: Buddha Gold. HEX triplet: C7, A5 and 23. RGB value is (199,165,35). Sum of RGB (Red+Green+Blue) = 199+165+35=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 35 (14.06% from 255 or 8.77% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A523 is #385ADC. Grayscale: #A0A0A0. Windows color (decimal): -3693277 or 2336199. OLE color: 2336199.

HSL color Cylindrical-coordinate representation of color #C7A523: hue angle of 47.56º degrees, saturation: 0.7, 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 #C7A523 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 165 35 -
CMYK 0 0.17 0.82 0.22
HSL 47.56º 0.7% 0.46% -
HSV(B) 47.56º 0.82% 0.78% -
XYZ 37.31 39.17 7.18 -
YUV 160.35 57.26 155.57 -
System Red Green Blue C M Y K H S L
Decimal 199 165 35 0 0.17 0.82 0.22 47.56 0.7 0.46
Hex C7 A5 23 0 11 52 16 30 46 2E
Octal 307 245 43 0 21 122 26 60 106 56
Binary 11000111 10100101 100011 0 10001 1010010 10110 110000 1000110 101110

Color Harmonies of #C7A523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A523

Black with #C7A523

Text Example


Text Example

White with #C7A523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A523; }

 p { color: rgb(199,165,35); }

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

background-color css

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

 a { background-color: rgb(199,165,35); }

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

border-color css

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

 span { border-color: rgb(199,165,35); }

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