Html Css Color HEX #C3A204 Buddha Gold

📋 copy color: '#C3A204'

red 195 ◦ green 162 ◦ blue 4

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

Shades of Buddha Gold #C3A204

Tints of Buddha Gold #C3A204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 54.02%
G = 44.88%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C3A204 (or 0xC3A204) is known color: Buddha Gold. HEX triplet: C3, A2 and 04. RGB value is (195,162,4). Sum of RGB (Red+Green+Blue) = 195+162+4=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A204 is #3C5DFB. Grayscale: #9A9A9A. Windows color (decimal): -3956220 or 303811. OLE color: 303811.

HSL color Cylindrical-coordinate representation of color #C3A204: hue angle of 49.63º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3A204 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 162 4 -
CMYK 0 0.17 0.98 0.24
HSL 49.63º 0.96% 0.39% -
HSV(B) 49.63º 0.98% 0.76% -
XYZ 35.45 37.45 5.48 -
YUV 153.86 43.43 157.35 -
System Red Green Blue C M Y K H S L
Decimal 195 162 4 0 0.17 0.98 0.24 49.63 0.96 0.39
Hex C3 A2 4 0 11 62 18 32 60 27
Octal 303 242 4 0 21 142 30 62 140 47
Binary 11000011 10100010 100 0 10001 1100010 11000 110010 1100000 100111

Color Harmonies of #C3A204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A204

Black with #C3A204

Text Example


Text Example

White with #C3A204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A204; }

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

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

background-color css

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

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

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

border-color css

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

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

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