Html Css Color HEX #C5921C Buddha Gold

📋 copy color: '#C5921C'

red 197 ◦ green 146 ◦ blue 28

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

Shades of Buddha Gold #C5921C

Tints of Buddha Gold #C5921C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

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

R = 53.1%
G = 39.35%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5921C (or 0xC5921C) is known color: Buddha Gold. HEX triplet: C5, 92 and 1C. RGB value is (197,146,28). Sum of RGB (Red+Green+Blue) = 197+146+28=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5921C is #3A6DE3. Grayscale: #949494. Windows color (decimal): -3829220 or 1872581. OLE color: 1872581.

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

Color convert

RGB 197 146 28 -
CMYK 0 0.26 0.86 0.23
HSL 41.89º 0.75% 0.44% -
HSV(B) 41.89º 0.86% 0.77% -
XYZ 33.51 32.51 5.61 -
YUV 147.8 60.4 163.09 -
System Red Green Blue C M Y K H S L
Decimal 197 146 28 0 0.26 0.86 0.23 41.89 0.75 0.44
Hex C5 92 1C 0 1A 56 17 2A 4B 2C
Octal 305 222 34 0 32 126 27 52 113 54
Binary 11000101 10010010 11100 0 11010 1010110 10111 101010 1001011 101100

Color Harmonies of #C5921C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5921C

Black with #C5921C

Text Example


Text Example

White with #C5921C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5921C; }

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

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

background-color css

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

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

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

border-color css

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

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

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