Html Css Color HEX #C3A211 Buddha Gold

📋 copy color: '#C3A211'

red 195 ◦ green 162 ◦ blue 17

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

Shades of Buddha Gold #C3A211

Tints of Buddha Gold #C3A211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.55%

R = 52.14%
G = 43.32%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C3A211 (or 0xC3A211) is known color: Buddha Gold. HEX triplet: C3, A2 and 11. RGB value is (195,162,17). Sum of RGB (Red+Green+Blue) = 195+162+17=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A211 is #3C5DEE. Grayscale: #9B9B9B. Windows color (decimal): -3956207 or 1155779. OLE color: 1155779.

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

Color convert

RGB 195 162 17 -
CMYK 0 0.17 0.91 0.24
HSL 48.88º 0.84% 0.42% -
HSV(B) 48.88º 0.91% 0.76% -
XYZ 35.53 37.48 5.89 -
YUV 155.34 49.93 156.29 -
System Red Green Blue C M Y K H S L
Decimal 195 162 17 0 0.17 0.91 0.24 48.88 0.84 0.42
Hex C3 A2 11 0 11 5B 18 31 54 2A
Octal 303 242 21 0 21 133 30 61 124 52
Binary 11000011 10100010 10001 0 10001 1011011 11000 110001 1010100 101010

Color Harmonies of #C3A211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A211

Black with #C3A211

Text Example


Text Example

White with #C3A211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A211; }

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

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

background-color css

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

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

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

border-color css

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

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

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