Html Css Color HEX #C3A701 Buddha Gold

📋 copy color: '#C3A701'

red 195 ◦ green 167 ◦ blue 1

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

Shades of Buddha Gold #C3A701

Tints of Buddha Gold #C3A701

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.01%

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

R = 53.72%
G = 46.01%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C3A701 (or 0xC3A701) is known color: Buddha Gold. HEX triplet: C3, A7 and 01. RGB value is (195,167,1). Sum of RGB (Red+Green+Blue) = 195+167+1=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 167 (65.62% from 255 or 46.01% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A701 is #3C58FE. Grayscale: #9D9D9D. Windows color (decimal): -3954943 or 108483. OLE color: 108483.

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

Color convert

RGB 195 167 1 -
CMYK 0 0.14 0.99 0.24
HSL 51.34º 0.99% 0.38% -
HSV(B) 51.34º 0.99% 0.76% -
XYZ 36.33 39.24 5.69 -
YUV 156.45 40.28 155.5 -
System Red Green Blue C M Y K H S L
Decimal 195 167 1 0 0.14 0.99 0.24 51.34 0.99 0.38
Hex C3 A7 1 0 E 63 18 33 63 26
Octal 303 247 1 0 16 143 30 63 143 46
Binary 11000011 10100111 1 0 1110 1100011 11000 110011 1100011 100110

Color Harmonies of #C3A701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A701

Black with #C3A701

Text Example


Text Example

White with #C3A701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A701; }

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

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

background-color css

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

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

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

border-color css

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

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

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