Html Css Color HEX #C3A213 Buddha Gold

📋 copy color: '#C3A213'

red 195 ◦ green 162 ◦ blue 19

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

Shades of Buddha Gold #C3A213

Tints of Buddha Gold #C3A213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.05%

R = 51.86%
G = 43.09%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C3A213 (or 0xC3A213) is known color: Buddha Gold. HEX triplet: C3, A2 and 13. RGB value is (195,162,19). Sum of RGB (Red+Green+Blue) = 195+162+19=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A213 is #3C5DEC. Grayscale: #9C9C9C. Windows color (decimal): -3956205 or 1286851. OLE color: 1286851.

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

Color convert

RGB 195 162 19 -
CMYK 0 0.17 0.90 0.24
HSL 48.75º 0.82% 0.42% -
HSV(B) 48.75º 0.9% 0.76% -
XYZ 35.54 37.49 5.98 -
YUV 155.57 50.93 156.13 -
System Red Green Blue C M Y K H S L
Decimal 195 162 19 0 0.17 0.90 0.24 48.75 0.82 0.42
Hex C3 A2 13 0 11 5A 18 31 52 2A
Octal 303 242 23 0 21 132 30 61 122 52
Binary 11000011 10100010 10011 0 10001 1011010 11000 110001 1010010 101010

Color Harmonies of #C3A213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A213

Black with #C3A213

Text Example


Text Example

White with #C3A213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A213; }

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

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

background-color css

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

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

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

border-color css

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

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

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