Html Css Color HEX #C5931C Buddha Gold

📋 copy color: '#C5931C'

red 197 ◦ green 147 ◦ blue 28

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

Shades of Buddha Gold #C5931C

Tints of Buddha Gold #C5931C

RGB

 RED value IS 197 (77.34% from 255) = 52.96%

 GREEN value IS 147 (57.81% from 255) = 39.52%

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

R = 52.96%
G = 39.52%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5931C (or 0xC5931C) is known color: Buddha Gold. HEX triplet: C5, 93 and 1C. RGB value is (197,147,28). Sum of RGB (Red+Green+Blue) = 197+147+28=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5931C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5931C is #3A6CE3. Grayscale: #949494. Windows color (decimal): -3828964 or 1872837. OLE color: 1872837.

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

Color convert

RGB 197 147 28 -
CMYK 0 0.25 0.86 0.23
HSL 42.25º 0.75% 0.44% -
HSV(B) 42.25º 0.86% 0.77% -
XYZ 33.67 32.82 5.66 -
YUV 148.38 60.07 162.68 -
System Red Green Blue C M Y K H S L
Decimal 197 147 28 0 0.25 0.86 0.23 42.25 0.75 0.44
Hex C5 93 1C 0 19 56 17 2A 4B 2C
Octal 305 223 34 0 31 126 27 52 113 54
Binary 11000101 10010011 11100 0 11001 1010110 10111 101010 1001011 101100

Color Harmonies of #C5931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5931C

Black with #C5931C

Text Example


Text Example

White with #C5931C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5931C; }

 p { color: rgb(197,147,28); }

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

background-color css

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

 a { background-color: rgb(197,147,28); }

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

border-color css

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

 span { border-color: rgb(197,147,28); }

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