Html Css Color HEX #C3A210 Buddha Gold

📋 copy color: '#C3A210'

red 195 ◦ green 162 ◦ blue 16

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

Shades of Buddha Gold #C3A210

Tints of Buddha Gold #C3A210

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.43%

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

R = 52.28%
G = 43.43%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3A210 (or 0xC3A210) is known color: Buddha Gold. HEX triplet: C3, A2 and 10. RGB value is (195,162,16). Sum of RGB (Red+Green+Blue) = 195+162+16=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A210 is #3C5DEF. Grayscale: #9B9B9B. Windows color (decimal): -3956208 or 1090243. OLE color: 1090243.

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

Color convert

RGB 195 162 16 -
CMYK 0 0.17 0.92 0.24
HSL 48.94º 0.85% 0.41% -
HSV(B) 48.94º 0.92% 0.76% -
XYZ 35.52 37.48 5.85 -
YUV 155.22 49.43 156.37 -
System Red Green Blue C M Y K H S L
Decimal 195 162 16 0 0.17 0.92 0.24 48.94 0.85 0.41
Hex C3 A2 10 0 11 5C 18 31 55 29
Octal 303 242 20 0 21 134 30 61 125 51
Binary 11000011 10100010 10000 0 10001 1011100 11000 110001 1010101 101001

Color Harmonies of #C3A210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A210

Black with #C3A210

Text Example


Text Example

White with #C3A210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A210; }

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

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

background-color css

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

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

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

border-color css

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

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

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