#C15C54

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

Shades of Sunglo #C15C54

Tints of Sunglo #C15C54

Color information

#C15C54 (or 0xC15C54) is unknown color: approx Sunglo. HEX triplet: C1, 5C and 54. RGB value is (193,92,84). Sum of RGB (Red+Green+Blue) = 193+92+84=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15C54 is #3EA3AB. Grayscale: #797979. Windows color (decimal): -4105132 or 5528769. OLE color: 5528769.

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

Color convert

RGB1939284-
CMYK00.520.560.24
HSL4.4º46.78%54.31%-
HSV(B)4.4º56.48%75.69%-
XYZ27.4219.6310.73-
YUV121.29106.96179.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.30%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 84 (33.20% from 255) = 22.76%
R=52.30%
G=24.93%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193928400.520.560.244.446.7854.31
HexC15C54034381842f36
Octal301134124064703045766
Binary1100000110111001010100011010011100011000100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15C54; }

 p { color: rgb(193,92,84); }

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

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

 a { background-color: rgb(193,92,84); }

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

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

 span { border-color: rgb(193,92,84); }

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