#C15E50

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

Shades of Sunglo #C15E50

Tints of Sunglo #C15E50

Color information

#C15E50 (or 0xC15E50) is unknown color: approx Sunglo. HEX triplet: C1, 5E and 50. RGB value is (193,94,80). Sum of RGB (Red+Green+Blue) = 193+94+80=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15E50 is #3EA1AF. Grayscale: #7A7A7A. Windows color (decimal): -4104624 or 5267137. OLE color: 5267137.

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

Color convert

RGB1939480-
CMYK00.510.590.24
HSL7.43º47.68%53.53%-
HSV(B)7.43º58.55%75.69%-
XYZ27.4419.929.99-
YUV122104.3178.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.59%
GREEN value IS 94 (37.11% from 255) = 25.61%
BLUE value IS 80 (31.64% from 255) = 21.80%
R=52.59%
G=25.61%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193948000.510.590.247.4347.6853.53
HexC15E500333B1873036
Octal301136120063733076066
Binary1100000110111101010000011001111101111000111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15E50; }

 p { color: rgb(193,94,80); }

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

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

 a { background-color: rgb(193,94,80); }

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

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

 span { border-color: rgb(193,94,80); }

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