#C17C35

Color #C17C35 Golden Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Bell #C17C35

Tints of Golden Bell #C17C35

Color information

#C17C35 (or 0xC17C35) is unknown color: approx Golden Bell. HEX triplet: C1, 7C and 35. RGB value is (193,124,53). Sum of RGB (Red+Green+Blue) = 193+124+53=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C35 is #3E83CA. Grayscale: #888888. Windows color (decimal): -4096971 or 3505345. OLE color: 3505345.

HSL color Cylindrical-coordinate representation of color #C17C35: hue angle of 30.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C17C35 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19312453-
CMYK00.360.730.24
HSL30.43º56.91%48.24%-
HSV(B)30.43º72.54%75.69%-
XYZ29.8426.016.82-
YUV136.5480.86168.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.16%
GREEN value IS 124 (48.83% from 255) = 33.51%
BLUE value IS 53 (21.09% from 255) = 14.32%
R=52.16%
G=33.51%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931245300.360.730.2430.4356.9148.24
HexC17C3502449181e3930
Octal3011746504411130367160
Binary110000011111100110101010010010010011100011110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17C35; }

 p { color: rgb(193,124,53); }

 H1.HeaderClassName
 {
   color: #C17C35;
 }
 .AnyTagClassName
 {
   color: #C17C35;
 }
</style>
background-color css

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

 a { background-color: rgb(193,124,53); }

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

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

 span { border-color: rgb(193,124,53); }

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