Html Css Color HEX #C8A117 Buddha Gold

📋 copy color: '#C8A117'

red 200 ◦ green 161 ◦ blue 23

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

Shades of Buddha Gold #C8A117

Tints of Buddha Gold #C8A117

RGB

 RED value IS 200 (78.52% from 255) = 52.08%

 GREEN value IS 161 (63.28% from 255) = 41.93%

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

R = 52.08%
G = 41.93%
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

#C8A117 (or 0xC8A117) is known color: Buddha Gold. HEX triplet: C8, A1 and 17. RGB value is (200,161,23). Sum of RGB (Red+Green+Blue) = 200+161+23=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A117 is #375EE8. Grayscale: #9D9D9D. Windows color (decimal): -3628777 or 1548744. OLE color: 1548744.

HSL color Cylindrical-coordinate representation of color #C8A117: hue angle of 46.78º 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 #C8A117 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 161 23 -
CMYK 0 0.19 0.88 0.22
HSL 46.78º 0.79% 0.44% -
HSV(B) 46.78º 0.89% 0.78% -
XYZ 36.72 37.83 6.18 -
YUV 156.93 52.42 158.72 -
System Red Green Blue C M Y K H S L
Decimal 200 161 23 0 0.19 0.88 0.22 46.78 0.79 0.44
Hex C8 A1 17 0 13 58 16 2F 4F 2C
Octal 310 241 27 0 23 130 26 57 117 54
Binary 11001000 10100001 10111 0 10011 1011000 10110 101111 1001111 101100

Color Harmonies of #C8A117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A117

Black with #C8A117

Text Example


Text Example

White with #C8A117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A117; }

 p { color: rgb(200,161,23); }

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

background-color css

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

 a { background-color: rgb(200,161,23); }

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

border-color css

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

 span { border-color: rgb(200,161,23); }

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