Html Css Color HEX #C3A51C Buddha Gold

📋 copy color: '#C3A51C'

red 195 ◦ green 165 ◦ blue 28

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

Shades of Buddha Gold #C3A51C

Tints of Buddha Gold #C3A51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.22%

R = 50.26%
G = 42.53%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3A51C (or 0xC3A51C) is known color: Buddha Gold. HEX triplet: C3, A5 and 1C. RGB value is (195,165,28). Sum of RGB (Red+Green+Blue) = 195+165+28=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 28 (11.33% from 255 or 7.22% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A51C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A51C is #3C5AE3. Grayscale: #9E9E9E. Windows color (decimal): -3955428 or 1877443. OLE color: 1877443.

HSL color Cylindrical-coordinate representation of color #C3A51C: hue angle of 49.22º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3A51C is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 165 28 -
CMYK 0 0.15 0.86 0.24
HSL 49.22º 0.75% 0.44% -
HSV(B) 49.22º 0.86% 0.76% -
XYZ 36.17 38.6 6.64 -
YUV 158.35 54.44 154.14 -
System Red Green Blue C M Y K H S L
Decimal 195 165 28 0 0.15 0.86 0.24 49.22 0.75 0.44
Hex C3 A5 1C 0 F 56 18 31 4B 2C
Octal 303 245 34 0 17 126 30 61 113 54
Binary 11000011 10100101 11100 0 1111 1010110 11000 110001 1001011 101100

Color Harmonies of #C3A51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A51C

Black with #C3A51C

Text Example


Text Example

White with #C3A51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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