Html Css Color HEX #C5960A Buddha Gold

📋 copy color: '#C5960A'

red 197 ◦ green 150 ◦ blue 10

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

Shades of Buddha Gold #C5960A

Tints of Buddha Gold #C5960A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.02%

 BLUE value IS 10 (4.3% from 255) = 2.8%

R = 55.18%
G = 42.02%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C5960A (or 0xC5960A) is known color: Buddha Gold. HEX triplet: C5, 96 and 0A. RGB value is (197,150,10). Sum of RGB (Red+Green+Blue) = 197+150+10=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5960A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5960A is #3A69F5. Grayscale: #949494. Windows color (decimal): -3828214 or 693957. OLE color: 693957.

HSL color Cylindrical-coordinate representation of color #C5960A: hue angle of 44.92º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5960A is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 150 10 -
CMYK 0 0.24 0.95 0.23
HSL 44.92º 0.9% 0.41% -
HSV(B) 44.92º 0.95% 0.77% -
XYZ 33.99 33.7 5 -
YUV 148.09 50.07 162.88 -
System Red Green Blue C M Y K H S L
Decimal 197 150 10 0 0.24 0.95 0.23 44.92 0.9 0.41
Hex C5 96 A 0 18 5F 17 2D 5A 29
Octal 305 226 12 0 30 137 27 55 132 51
Binary 11000101 10010110 1010 0 11000 1011111 10111 101101 1011010 101001

Color Harmonies of #C5960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5960A

Black with #C5960A

Text Example


Text Example

White with #C5960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5960A; }

 p { color: rgb(197,150,10); }

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

background-color css

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

 a { background-color: rgb(197,150,10); }

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

border-color css

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

 span { border-color: rgb(197,150,10); }

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