Html Css Color HEX #C7A217 Buddha Gold

📋 copy color: '#C7A217'

red 199 ◦ green 162 ◦ blue 23

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

Shades of Buddha Gold #C7A217

Tints of Buddha Gold #C7A217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.99%

R = 51.82%
G = 42.19%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C7A217 (or 0xC7A217) is known color: Buddha Gold. HEX triplet: C7, A2 and 17. RGB value is (199,162,23). Sum of RGB (Red+Green+Blue) = 199+162+23=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A217 is #385DE8. Grayscale: #9D9D9D. Windows color (decimal): -3694057 or 1548999. OLE color: 1548999.

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

Color convert

RGB 199 162 23 -
CMYK 0 0.19 0.88 0.22
HSL 47.39º 0.79% 0.44% -
HSV(B) 47.39º 0.88% 0.78% -
XYZ 36.63 38.04 6.22 -
YUV 157.22 52.26 157.8 -
System Red Green Blue C M Y K H S L
Decimal 199 162 23 0 0.19 0.88 0.22 47.39 0.79 0.44
Hex C7 A2 17 0 13 58 16 2F 4F 2C
Octal 307 242 27 0 23 130 26 57 117 54
Binary 11000111 10100010 10111 0 10011 1011000 10110 101111 1001111 101100

Color Harmonies of #C7A217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A217

Black with #C7A217

Text Example


Text Example

White with #C7A217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A217; }

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

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

background-color css

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

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

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

border-color css

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

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

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