Html Css Color HEX #C3A303 Buddha Gold

📋 copy color: '#C3A303'

red 195 ◦ green 163 ◦ blue 3

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

Shades of Buddha Gold #C3A303

Tints of Buddha Gold #C3A303

RGB

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

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

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

R = 54.02%
G = 45.15%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C3A303 (or 0xC3A303) is known color: Buddha Gold. HEX triplet: C3, A3 and 03. RGB value is (195,163,3). Sum of RGB (Red+Green+Blue) = 195+163+3=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A303 is #3C5CFC. Grayscale: #9B9B9B. Windows color (decimal): -3955965 or 238531. OLE color: 238531.

HSL color Cylindrical-coordinate representation of color #C3A303: hue angle of 50º 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 #C3A303 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 163 3 -
CMYK 0 0.16 0.98 0.24
HSL 50º 0.97% 0.39% -
HSV(B) 50º 0.98% 0.76% -
XYZ 35.62 37.8 5.51 -
YUV 154.33 42.6 157.01 -
System Red Green Blue C M Y K H S L
Decimal 195 163 3 0 0.16 0.98 0.24 50 0.97 0.39
Hex C3 A3 3 0 10 62 18 32 61 27
Octal 303 243 3 0 20 142 30 62 141 47
Binary 11000011 10100011 11 0 10000 1100010 11000 110010 1100001 100111

Color Harmonies of #C3A303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A303

Black with #C3A303

Text Example


Text Example

White with #C3A303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A303; }

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

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

background-color css

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

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

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

border-color css

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

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

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