Html Css Color HEX #C5921A Buddha Gold

📋 copy color: '#C5921A'

red 197 ◦ green 146 ◦ blue 26

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

Shades of Buddha Gold #C5921A

Tints of Buddha Gold #C5921A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.05%

R = 53.39%
G = 39.57%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5921A (or 0xC5921A) is known color: Buddha Gold. HEX triplet: C5, 92 and 1A. RGB value is (197,146,26). Sum of RGB (Red+Green+Blue) = 197+146+26=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5921A is #3A6DE5. Grayscale: #949494. Windows color (decimal): -3829222 or 1741509. OLE color: 1741509.

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

Color convert

RGB 197 146 26 -
CMYK 0 0.26 0.87 0.23
HSL 42.11º 0.77% 0.44% -
HSV(B) 42.11º 0.87% 0.77% -
XYZ 33.49 32.5 5.49 -
YUV 147.57 59.4 163.26 -
System Red Green Blue C M Y K H S L
Decimal 197 146 26 0 0.26 0.87 0.23 42.11 0.77 0.44
Hex C5 92 1A 0 1A 57 17 2A 4D 2C
Octal 305 222 32 0 32 127 27 52 115 54
Binary 11000101 10010010 11010 0 11010 1010111 10111 101010 1001101 101100

Color Harmonies of #C5921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5921A

Black with #C5921A

Text Example


Text Example

White with #C5921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5921A; }

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

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

background-color css

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

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

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

border-color css

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

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

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