Html Css Color HEX #C3A512 Buddha Gold

📋 copy color: '#C3A512'

red 195 ◦ green 165 ◦ blue 18

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

Shades of Buddha Gold #C3A512

Tints of Buddha Gold #C3A512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.76%

R = 51.59%
G = 43.65%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C3A512 (or 0xC3A512) is known color: Buddha Gold. HEX triplet: C3, A5 and 12. RGB value is (195,165,18). Sum of RGB (Red+Green+Blue) = 195+165+18=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A512 is #3C5AED. Grayscale: #9D9D9D. Windows color (decimal): -3955438 or 1222083. OLE color: 1222083.

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

Color convert

RGB 195 165 18 -
CMYK 0 0.15 0.91 0.24
HSL 49.83º 0.83% 0.42% -
HSV(B) 49.83º 0.91% 0.76% -
XYZ 36.07 38.56 6.11 -
YUV 157.21 49.44 154.95 -
System Red Green Blue C M Y K H S L
Decimal 195 165 18 0 0.15 0.91 0.24 49.83 0.83 0.42
Hex C3 A5 12 0 F 5B 18 32 53 2A
Octal 303 245 22 0 17 133 30 62 123 52
Binary 11000011 10100101 10010 0 1111 1011011 11000 110010 1010011 101010

Color Harmonies of #C3A512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A512

Black with #C3A512

Text Example


Text Example

White with #C3A512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A512; }

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

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

background-color css

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

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

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

border-color css

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

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

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