#C25D57

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

Shades of Sunglo #C25D57

Tints of Sunglo #C25D57

Color information

#C25D57 (or 0xC25D57) is unknown color: approx Sunglo. HEX triplet: C2, 5D and 57. RGB value is (194,93,87). Sum of RGB (Red+Green+Blue) = 194+93+87=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25D57 is #3DA2A8. Grayscale: #7A7A7A. Windows color (decimal): -4039337 or 5725634. OLE color: 5725634.

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

Color convert

RGB1949387-
CMYK00.520.550.24
HSL3.36º46.72%55.1%-
HSV(B)3.36º55.15%76.08%-
XYZ27.8819.9911.4-
YUV122.52107.96178.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.87%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=51.87%
G=24.87%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194938700.520.550.243.3646.7255.1
HexC25D57034371832f37
Octal302135127064673035767
Binary110000101011101101011101101001101111100011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25D57; }

 p { color: rgb(194,93,87); }

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

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

 a { background-color: rgb(194,93,87); }

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

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

 span { border-color: rgb(194,93,87); }

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