Html Css Color HEX #C8A518 Buddha Gold

📋 copy color: '#C8A518'

red 200 ◦ green 165 ◦ blue 24

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

Shades of Buddha Gold #C8A518

Tints of Buddha Gold #C8A518

RGB

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

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

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

R = 51.41%
G = 42.42%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C8A518 (or 0xC8A518) is known color: Buddha Gold. HEX triplet: C8, A5 and 18. RGB value is (200,165,24). Sum of RGB (Red+Green+Blue) = 200+165+24=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A518 is #375AE7. Grayscale: #9F9F9F. Windows color (decimal): -3627752 or 1615304. OLE color: 1615304.

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

Color convert

RGB 200 165 24 -
CMYK 0 0.18 0.88 0.22
HSL 48.07º 0.79% 0.44% -
HSV(B) 48.07º 0.88% 0.78% -
XYZ 37.44 39.26 6.47 -
YUV 159.39 51.6 156.96 -
System Red Green Blue C M Y K H S L
Decimal 200 165 24 0 0.18 0.88 0.22 48.07 0.79 0.44
Hex C8 A5 18 0 12 58 16 30 4F 2C
Octal 310 245 30 0 22 130 26 60 117 54
Binary 11001000 10100101 11000 0 10010 1011000 10110 110000 1001111 101100

Color Harmonies of #C8A518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A518

Black with #C8A518

Text Example


Text Example

White with #C8A518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A518; }

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

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

background-color css

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

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

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

border-color css

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

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

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