Html Css Color HEX #C8A118 Buddha Gold

📋 copy color: '#C8A118'

red 200 ◦ green 161 ◦ blue 24

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

Shades of Buddha Gold #C8A118

Tints of Buddha Gold #C8A118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.23%

R = 51.95%
G = 41.82%
B = 6.23%

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

#C8A118 (or 0xC8A118) is known color: Buddha Gold. HEX triplet: C8, A1 and 18. RGB value is (200,161,24). Sum of RGB (Red+Green+Blue) = 200+161+24=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 24 (9.77% from 255 or 6.23% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A118 is #375EE7. Grayscale: #9D9D9D. Windows color (decimal): -3628776 or 1614280. OLE color: 1614280.

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

Color convert

RGB 200 161 24 -
CMYK 0 0.19 0.88 0.22
HSL 46.7º 0.79% 0.44% -
HSV(B) 46.7º 0.88% 0.78% -
XYZ 36.73 37.84 6.23 -
YUV 157.04 52.92 158.64 -
System Red Green Blue C M Y K H S L
Decimal 200 161 24 0 0.19 0.88 0.22 46.7 0.79 0.44
Hex C8 A1 18 0 13 58 16 2F 4F 2C
Octal 310 241 30 0 23 130 26 57 117 54
Binary 11001000 10100001 11000 0 10011 1011000 10110 101111 1001111 101100

Color Harmonies of #C8A118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A118

Black with #C8A118

Text Example


Text Example

White with #C8A118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A118; }

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

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

background-color css

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

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

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

border-color css

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

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

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