Html Css Color HEX #C8A51E Buddha Gold

📋 copy color: '#C8A51E'

red 200 ◦ green 165 ◦ blue 30

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

Shades of Buddha Gold #C8A51E

Tints of Buddha Gold #C8A51E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.59%

R = 50.63%
G = 41.77%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8A51E (or 0xC8A51E) is known color: Buddha Gold. HEX triplet: C8, A5 and 1E. RGB value is (200,165,30). Sum of RGB (Red+Green+Blue) = 200+165+30=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A51E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A51E is #375AE1. Grayscale: #A0A0A0. Windows color (decimal): -3627746 or 2008520. OLE color: 2008520.

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

Color convert

RGB 200 165 30 -
CMYK 0 0.18 0.85 0.22
HSL 47.65º 0.74% 0.45% -
HSV(B) 47.65º 0.85% 0.78% -
XYZ 37.51 39.28 6.83 -
YUV 160.08 54.6 156.48 -
System Red Green Blue C M Y K H S L
Decimal 200 165 30 0 0.18 0.85 0.22 47.65 0.74 0.45
Hex C8 A5 1E 0 12 55 16 30 4A 2D
Octal 310 245 36 0 22 125 26 60 112 55
Binary 11001000 10100101 11110 0 10010 1010101 10110 110000 1001010 101101

Color Harmonies of #C8A51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A51E

Black with #C8A51E

Text Example


Text Example

White with #C8A51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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