#C55F5A

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

Shades of Sunglo #C55F5A

Tints of Sunglo #C55F5A

Color information

#C55F5A (or 0xC55F5A) is unknown color: approx Sunglo. HEX triplet: C5, 5F and 5A. RGB value is (197,95,90). Sum of RGB (Red+Green+Blue) = 197+95+90=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F5A is #3AA0A5. Grayscale: #7D7D7D. Windows color (decimal): -3842214 or 5922757. OLE color: 5922757.

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

Color convert

RGB1979590-
CMYK00.520.540.23
HSL2.8º47.98%56.27%-
HSV(B)2.8º54.31%77.25%-
XYZ28.9620.7912.16-
YUV124.93108.29179.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.57%
GREEN value IS 95 (37.5% from 255) = 24.87%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=51.57%
G=24.87%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197959000.520.540.232.847.9856.27
HexC55F5A034361733038
Octal305137132064662736070
Binary110001011011111101101001101001101101011111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55F5A; }

 p { color: rgb(197,95,90); }

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

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

 a { background-color: rgb(197,95,90); }

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

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

 span { border-color: rgb(197,95,90); }

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