Html Css Color HEX #C3A221 Buddha Gold

📋 copy color: '#C3A221'

red 195 ◦ green 162 ◦ blue 33

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

Shades of Buddha Gold #C3A221

Tints of Buddha Gold #C3A221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.46%

R = 50%
G = 41.54%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C3A221 (or 0xC3A221) is known color: Buddha Gold. HEX triplet: C3, A2 and 21. RGB value is (195,162,33). Sum of RGB (Red+Green+Blue) = 195+162+33=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A221 is #3C5DDE. Grayscale: #9D9D9D. Windows color (decimal): -3956191 or 2204355. OLE color: 2204355.

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

Color convert

RGB 195 162 33 -
CMYK 0 0.17 0.83 0.24
HSL 47.78º 0.71% 0.45% -
HSV(B) 47.78º 0.83% 0.76% -
XYZ 35.7 37.55 6.81 -
YUV 157.16 57.93 154.99 -
System Red Green Blue C M Y K H S L
Decimal 195 162 33 0 0.17 0.83 0.24 47.78 0.71 0.45
Hex C3 A2 21 0 11 53 18 30 47 2D
Octal 303 242 41 0 21 123 30 60 107 55
Binary 11000011 10100010 100001 0 10001 1010011 11000 110000 1000111 101101

Color Harmonies of #C3A221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A221

Black with #C3A221

Text Example


Text Example

White with #C3A221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A221; }

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

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

background-color css

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

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

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

border-color css

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

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

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