Html Css Color HEX #C8A503 Buddha Gold

📋 copy color: '#C8A503'

red 200 ◦ green 165 ◦ blue 3

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

Shades of Buddha Gold #C8A503

Tints of Buddha Gold #C8A503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 54.35%
G = 44.84%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C8A503 (or 0xC8A503) is known color: Buddha Gold. HEX triplet: C8, A5 and 03. RGB value is (200,165,3). Sum of RGB (Red+Green+Blue) = 200+165+3=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A503 is #375AFC. Grayscale: #9D9D9D. Windows color (decimal): -3627773 or 239048. OLE color: 239048.

HSL color Cylindrical-coordinate representation of color #C8A503: hue angle of 49.34º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8A503 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 165 3 -
CMYK 0 0.18 0.98 0.22
HSL 49.34º 0.97% 0.4% -
HSV(B) 49.34º 0.99% 0.78% -
XYZ 37.29 39.2 5.69 -
YUV 157 41.1 158.67 -
System Red Green Blue C M Y K H S L
Decimal 200 165 3 0 0.18 0.98 0.22 49.34 0.97 0.4
Hex C8 A5 3 0 12 62 16 31 61 28
Octal 310 245 3 0 22 142 26 61 141 50
Binary 11001000 10100101 11 0 10010 1100010 10110 110001 1100001 101000

Color Harmonies of #C8A503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A503

Black with #C8A503

Text Example


Text Example

White with #C8A503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A503; }

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

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

background-color css

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

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

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

border-color css

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

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

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