Html Css Color HEX #C8A320 Buddha Gold

📋 copy color: '#C8A320'

red 200 ◦ green 163 ◦ blue 32

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

Shades of Buddha Gold #C8A320

Tints of Buddha Gold #C8A320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.27%

 BLUE value IS 32 (12.89% from 255) = 8.1%

R = 50.63%
G = 41.27%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8A320 (or 0xC8A320) is known color: Buddha Gold. HEX triplet: C8, A3 and 20. RGB value is (200,163,32). Sum of RGB (Red+Green+Blue) = 200+163+32=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A320 is #375CDF. Grayscale: #9F9F9F. Windows color (decimal): -3628256 or 2139080. OLE color: 2139080.

HSL color Cylindrical-coordinate representation of color #C8A320: hue angle of 46.79º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8A320 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 163 32 -
CMYK 0 0.18 0.84 0.22
HSL 46.79º 0.72% 0.45% -
HSV(B) 46.79º 0.84% 0.78% -
XYZ 37.18 38.58 6.85 -
YUV 159.13 56.26 157.15 -
System Red Green Blue C M Y K H S L
Decimal 200 163 32 0 0.18 0.84 0.22 46.79 0.72 0.45
Hex C8 A3 20 0 12 54 16 2F 48 2D
Octal 310 243 40 0 22 124 26 57 110 55
Binary 11001000 10100011 100000 0 10010 1010100 10110 101111 1001000 101101

Color Harmonies of #C8A320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A320

Black with #C8A320

Text Example


Text Example

White with #C8A320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A320; }

 p { color: rgb(200,163,32); }

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

background-color css

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

 a { background-color: rgb(200,163,32); }

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

border-color css

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

 span { border-color: rgb(200,163,32); }

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