Html Css Color HEX #C4931C Buddha Gold

📋 copy color: '#C4931C'

red 196 ◦ green 147 ◦ blue 28

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

Shades of Buddha Gold #C4931C

Tints of Buddha Gold #C4931C

RGB

 RED value IS 196 (76.95% from 255) = 52.83%

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

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

R = 52.83%
G = 39.62%
B = 7.55%

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

#C4931C (or 0xC4931C) is known color: Buddha Gold. HEX triplet: C4, 93 and 1C. RGB value is (196,147,28). Sum of RGB (Red+Green+Blue) = 196+147+28=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4931C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4931C is #3B6CE3. Grayscale: #949494. Windows color (decimal): -3894500 or 1872836. OLE color: 1872836.

HSL color Cylindrical-coordinate representation of color #C4931C: hue angle of 42.5º 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 #C4931C is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 147 28 -
CMYK 0 0.25 0.86 0.23
HSL 42.5º 0.75% 0.44% -
HSV(B) 42.5º 0.86% 0.77% -
XYZ 33.41 32.69 5.65 -
YUV 148.09 60.23 162.18 -
System Red Green Blue C M Y K H S L
Decimal 196 147 28 0 0.25 0.86 0.23 42.5 0.75 0.44
Hex C4 93 1C 0 19 56 17 2A 4B 2C
Octal 304 223 34 0 31 126 27 52 113 54
Binary 11000100 10010011 11100 0 11001 1010110 10111 101010 1001011 101100

Color Harmonies of #C4931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4931C

Black with #C4931C

Text Example


Text Example

White with #C4931C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4931C; }

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

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

background-color css

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

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

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

border-color css

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

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

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