Html Css Color HEX #C8A216 Buddha Gold

📋 copy color: '#C8A216'

red 200 ◦ green 162 ◦ blue 22

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

Shades of Buddha Gold #C8A216

Tints of Buddha Gold #C8A216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.73%

R = 52.08%
G = 42.19%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C8A216 (or 0xC8A216) is known color: Buddha Gold. HEX triplet: C8, A2 and 16. RGB value is (200,162,22). Sum of RGB (Red+Green+Blue) = 200+162+22=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A216 is #375DE9. Grayscale: #9D9D9D. Windows color (decimal): -3628522 or 1483464. OLE color: 1483464.

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

Color convert

RGB 200 162 22 -
CMYK 0 0.19 0.89 0.22
HSL 47.19º 0.8% 0.44% -
HSV(B) 47.19º 0.89% 0.78% -
XYZ 36.88 38.18 6.18 -
YUV 157.4 51.59 158.38 -
System Red Green Blue C M Y K H S L
Decimal 200 162 22 0 0.19 0.89 0.22 47.19 0.8 0.44
Hex C8 A2 16 0 13 59 16 2F 50 2C
Octal 310 242 26 0 23 131 26 57 120 54
Binary 11001000 10100010 10110 0 10011 1011001 10110 101111 1010000 101100

Color Harmonies of #C8A216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A216

Black with #C8A216

Text Example


Text Example

White with #C8A216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A216; }

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

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

background-color css

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

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

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

border-color css

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

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

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