Html Css Color HEX #C8A218 Buddha Gold

📋 copy color: '#C8A218'

red 200 ◦ green 162 ◦ blue 24

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

Shades of Buddha Gold #C8A218

Tints of Buddha Gold #C8A218

RGB

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

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

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

R = 51.81%
G = 41.97%
B = 6.22%

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

#C8A218 (or 0xC8A218) is known color: Buddha Gold. HEX triplet: C8, A2 and 18. RGB value is (200,162,24). Sum of RGB (Red+Green+Blue) = 200+162+24=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A218 is #375DE7. Grayscale: #9E9E9E. Windows color (decimal): -3628520 or 1614536. OLE color: 1614536.

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

Color convert

RGB 200 162 24 -
CMYK 0 0.19 0.88 0.22
HSL 47.05º 0.79% 0.44% -
HSV(B) 47.05º 0.88% 0.78% -
XYZ 36.9 38.19 6.29 -
YUV 157.63 52.59 158.22 -
System Red Green Blue C M Y K H S L
Decimal 200 162 24 0 0.19 0.88 0.22 47.05 0.79 0.44
Hex C8 A2 18 0 13 58 16 2F 4F 2C
Octal 310 242 30 0 23 130 26 57 117 54
Binary 11001000 10100010 11000 0 10011 1011000 10110 101111 1001111 101100

Color Harmonies of #C8A218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A218

Black with #C8A218

Text Example


Text Example

White with #C8A218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A218; }

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

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

background-color css

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

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

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

border-color css

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

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

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