Html Css Color HEX #C3A503 Buddha Gold

📋 copy color: '#C3A503'

red 195 ◦ green 165 ◦ blue 3

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

Shades of Buddha Gold #C3A503

Tints of Buddha Gold #C3A503

RGB

 RED value IS 195 (76.56% from 255) = 53.72%

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

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

R = 53.72%
G = 45.45%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C3A503 (or 0xC3A503) is known color: Buddha Gold. HEX triplet: C3, A5 and 03. RGB value is (195,165,3). Sum of RGB (Red+Green+Blue) = 195+165+3=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A503 is #3C5AFC. Grayscale: #9C9C9C. Windows color (decimal): -3955453 or 239043. OLE color: 239043.

HSL color Cylindrical-coordinate representation of color #C3A503: hue angle of 50.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3A503 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 165 3 -
CMYK 0 0.15 0.98 0.24
HSL 50.63º 0.97% 0.39% -
HSV(B) 50.63º 0.98% 0.76% -
XYZ 35.98 38.52 5.62 -
YUV 155.5 41.94 156.17 -
System Red Green Blue C M Y K H S L
Decimal 195 165 3 0 0.15 0.98 0.24 50.63 0.97 0.39
Hex C3 A5 3 0 F 62 18 33 61 27
Octal 303 245 3 0 17 142 30 63 141 47
Binary 11000011 10100101 11 0 1111 1100010 11000 110011 1100001 100111

Color Harmonies of #C3A503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A503

Black with #C3A503

Text Example


Text Example

White with #C3A503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A503; }

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

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

background-color css

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

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

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

border-color css

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

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

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