Html Css Color HEX #C3A513 Buddha Gold

📋 copy color: '#C3A513'

red 195 ◦ green 165 ◦ blue 19

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

Shades of Buddha Gold #C3A513

Tints of Buddha Gold #C3A513

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.54%

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

R = 51.45%
G = 43.54%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C3A513 (or 0xC3A513) is known color: Buddha Gold. HEX triplet: C3, A5 and 13. RGB value is (195,165,19). Sum of RGB (Red+Green+Blue) = 195+165+19=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A513 is #3C5AEC. Grayscale: #9D9D9D. Windows color (decimal): -3955437 or 1287619. OLE color: 1287619.

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

Color convert

RGB 195 165 19 -
CMYK 0 0.15 0.90 0.24
HSL 49.77º 0.82% 0.42% -
HSV(B) 49.77º 0.9% 0.76% -
XYZ 36.08 38.56 6.16 -
YUV 157.33 49.94 154.87 -
System Red Green Blue C M Y K H S L
Decimal 195 165 19 0 0.15 0.90 0.24 49.77 0.82 0.42
Hex C3 A5 13 0 F 5A 18 32 52 2A
Octal 303 245 23 0 17 132 30 62 122 52
Binary 11000011 10100101 10011 0 1111 1011010 11000 110010 1010010 101010

Color Harmonies of #C3A513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A513

Black with #C3A513

Text Example


Text Example

White with #C3A513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A513; }

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

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

background-color css

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

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

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

border-color css

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

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

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