Html Css Color HEX #C3A60F Buddha Gold

📋 copy color: '#C3A60F'

red 195 ◦ green 166 ◦ blue 15

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

Shades of Buddha Gold #C3A60F

Tints of Buddha Gold #C3A60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.99%

R = 51.86%
G = 44.15%
B = 3.99%

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

#C3A60F (or 0xC3A60F) is known color: Buddha Gold. HEX triplet: C3, A6 and 0F. RGB value is (195,166,15). Sum of RGB (Red+Green+Blue) = 195+166+15=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A60F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A60F is #3C59F0. Grayscale: #9E9E9E. Windows color (decimal): -3955185 or 1025731. OLE color: 1025731.

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

Color convert

RGB 195 166 15 -
CMYK 0 0.15 0.92 0.24
HSL 50.33º 0.86% 0.41% -
HSV(B) 50.33º 0.92% 0.76% -
XYZ 36.23 38.91 6.05 -
YUV 157.46 47.61 154.78 -
System Red Green Blue C M Y K H S L
Decimal 195 166 15 0 0.15 0.92 0.24 50.33 0.86 0.41
Hex C3 A6 F 0 F 5C 18 32 56 29
Octal 303 246 17 0 17 134 30 62 126 51
Binary 11000011 10100110 1111 0 1111 1011100 11000 110010 1010110 101001

Color Harmonies of #C3A60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A60F

Black with #C3A60F

Text Example


Text Example

White with #C3A60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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