Html Css Color HEX #C3A301 Buddha Gold

📋 copy color: '#C3A301'

red 195 ◦ green 163 ◦ blue 1

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

Shades of Buddha Gold #C3A301

Tints of Buddha Gold #C3A301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 54.32%
G = 45.4%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C3A301 (or 0xC3A301) is known color: Buddha Gold. HEX triplet: C3, A3 and 01. RGB value is (195,163,1). Sum of RGB (Red+Green+Blue) = 195+163+1=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A301 is #3C5CFE. Grayscale: #9A9A9A. Windows color (decimal): -3955967 or 107459. OLE color: 107459.

HSL color Cylindrical-coordinate representation of color #C3A301: hue angle of 50.1º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3A301 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 163 1 -
CMYK 0 0.16 0.99 0.24
HSL 50.1º 0.99% 0.38% -
HSV(B) 50.1º 0.99% 0.76% -
XYZ 35.61 37.8 5.45 -
YUV 154.1 41.6 157.17 -
System Red Green Blue C M Y K H S L
Decimal 195 163 1 0 0.16 0.99 0.24 50.1 0.99 0.38
Hex C3 A3 1 0 10 63 18 32 63 26
Octal 303 243 1 0 20 143 30 62 143 46
Binary 11000011 10100011 1 0 10000 1100011 11000 110010 1100011 100110

Color Harmonies of #C3A301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A301

Black with #C3A301

Text Example


Text Example

White with #C3A301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A301; }

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

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

background-color css

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

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

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

border-color css

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

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

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