Html Css Color HEX #C3A610 Buddha Gold

📋 copy color: '#C3A610'

red 195 ◦ green 166 ◦ blue 16

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

Shades of Buddha Gold #C3A610

Tints of Buddha Gold #C3A610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.03%

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

R = 51.72%
G = 44.03%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3A610 (or 0xC3A610) is known color: Buddha Gold. HEX triplet: C3, A6 and 10. RGB value is (195,166,16). Sum of RGB (Red+Green+Blue) = 195+166+16=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A610 is #3C59EF. Grayscale: #9E9E9E. Windows color (decimal): -3955184 or 1091267. OLE color: 1091267.

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

Color convert

RGB 195 166 16 -
CMYK 0 0.15 0.92 0.24
HSL 50.28º 0.85% 0.41% -
HSV(B) 50.28º 0.92% 0.76% -
XYZ 36.24 38.91 6.09 -
YUV 157.57 48.11 154.7 -
System Red Green Blue C M Y K H S L
Decimal 195 166 16 0 0.15 0.92 0.24 50.28 0.85 0.41
Hex C3 A6 10 0 F 5C 18 32 55 29
Octal 303 246 20 0 17 134 30 62 125 51
Binary 11000011 10100110 10000 0 1111 1011100 11000 110010 1010101 101001

Color Harmonies of #C3A610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A610

Black with #C3A610

Text Example


Text Example

White with #C3A610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A610; }

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

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

background-color css

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

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

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

border-color css

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

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

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