Html Css Color HEX #C8A50C Buddha Gold

📋 copy color: '#C8A50C'

red 200 ◦ green 165 ◦ blue 12

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

Shades of Buddha Gold #C8A50C

Tints of Buddha Gold #C8A50C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 53.05%
G = 43.77%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8A50C (or 0xC8A50C) is known color: Buddha Gold. HEX triplet: C8, A5 and 0C. RGB value is (200,165,12). Sum of RGB (Red+Green+Blue) = 200+165+12=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A50C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A50C is #375AF3. Grayscale: #9E9E9E. Windows color (decimal): -3627764 or 828872. OLE color: 828872.

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

Color convert

RGB 200 165 12 -
CMYK 0 0.18 0.94 0.22
HSL 48.83º 0.89% 0.42% -
HSV(B) 48.83º 0.94% 0.78% -
XYZ 37.34 39.22 5.95 -
YUV 158.02 45.6 157.94 -
System Red Green Blue C M Y K H S L
Decimal 200 165 12 0 0.18 0.94 0.22 48.83 0.89 0.42
Hex C8 A5 C 0 12 5E 16 31 59 2A
Octal 310 245 14 0 22 136 26 61 131 52
Binary 11001000 10100101 1100 0 10010 1011110 10110 110001 1011001 101010

Color Harmonies of #C8A50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A50C

Black with #C8A50C

Text Example


Text Example

White with #C8A50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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