Html Css Color HEX #C3A306 Buddha Gold

📋 copy color: '#C3A306'

red 195 ◦ green 163 ◦ blue 6

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

Shades of Buddha Gold #C3A306

Tints of Buddha Gold #C3A306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.65%

R = 53.57%
G = 44.78%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C3A306 (or 0xC3A306) is known color: Buddha Gold. HEX triplet: C3, A3 and 06. RGB value is (195,163,6). Sum of RGB (Red+Green+Blue) = 195+163+6=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A306 is #3C5CF9. Grayscale: #9B9B9B. Windows color (decimal): -3955962 or 435139. OLE color: 435139.

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

Color convert

RGB 195 163 6 -
CMYK 0 0.16 0.97 0.24
HSL 49.84º 0.94% 0.39% -
HSV(B) 49.84º 0.97% 0.76% -
XYZ 35.64 37.81 5.59 -
YUV 154.67 44.1 156.77 -
System Red Green Blue C M Y K H S L
Decimal 195 163 6 0 0.16 0.97 0.24 49.84 0.94 0.39
Hex C3 A3 6 0 10 61 18 32 5E 27
Octal 303 243 6 0 20 141 30 62 136 47
Binary 11000011 10100011 110 0 10000 1100001 11000 110010 1011110 100111

Color Harmonies of #C3A306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A306

Black with #C3A306

Text Example


Text Example

White with #C3A306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A306; }

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

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

background-color css

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

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

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

border-color css

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

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

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