Html Css Color HEX #C3A710 Buddha Gold

📋 copy color: '#C3A710'

red 195 ◦ green 167 ◦ blue 16

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

Shades of Buddha Gold #C3A710

Tints of Buddha Gold #C3A710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.23%

R = 51.59%
G = 44.18%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3A710 (or 0xC3A710) is known color: Buddha Gold. HEX triplet: C3, A7 and 10. RGB value is (195,167,16). Sum of RGB (Red+Green+Blue) = 195+167+16=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A710 is #3C58EF. Grayscale: #9E9E9E. Windows color (decimal): -3954928 or 1091523. OLE color: 1091523.

HSL color Cylindrical-coordinate representation of color #C3A710: hue angle of 50.61º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3A710 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 167 16 -
CMYK 0 0.14 0.92 0.24
HSL 50.61º 0.85% 0.41% -
HSV(B) 50.61º 0.92% 0.76% -
XYZ 36.42 39.28 6.15 -
YUV 158.16 47.78 154.28 -
System Red Green Blue C M Y K H S L
Decimal 195 167 16 0 0.14 0.92 0.24 50.61 0.85 0.41
Hex C3 A7 10 0 E 5C 18 33 55 29
Octal 303 247 20 0 16 134 30 63 125 51
Binary 11000011 10100111 10000 0 1110 1011100 11000 110011 1010101 101001

Color Harmonies of #C3A710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A710

Black with #C3A710

Text Example


Text Example

White with #C3A710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A710; }

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

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

background-color css

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

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

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

border-color css

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

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

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