Html Css Color HEX #C5960F Buddha Gold

📋 copy color: '#C5960F'

red 197 ◦ green 150 ◦ blue 15

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

Shades of Buddha Gold #C5960F

Tints of Buddha Gold #C5960F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.14%

R = 54.42%
G = 41.44%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5960F (or 0xC5960F) is known color: Buddha Gold. HEX triplet: C5, 96 and 0F. RGB value is (197,150,15). Sum of RGB (Red+Green+Blue) = 197+150+15=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5960F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5960F is #3A69F0. Grayscale: #959595. Windows color (decimal): -3828209 or 1021637. OLE color: 1021637.

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

Color convert

RGB 197 150 15 -
CMYK 0 0.24 0.92 0.23
HSL 44.51º 0.86% 0.42% -
HSV(B) 44.51º 0.92% 0.77% -
XYZ 34.02 33.72 5.17 -
YUV 148.66 52.57 162.48 -
System Red Green Blue C M Y K H S L
Decimal 197 150 15 0 0.24 0.92 0.23 44.51 0.86 0.42
Hex C5 96 F 0 18 5C 17 2D 56 2A
Octal 305 226 17 0 30 134 27 55 126 52
Binary 11000101 10010110 1111 0 11000 1011100 10111 101101 1010110 101010

Color Harmonies of #C5960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5960F

Black with #C5960F

Text Example


Text Example

White with #C5960F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5960F; }

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

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

background-color css

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

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

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

border-color css

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

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

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