#C25C50

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

Shades of Sunglo #C25C50

Tints of Sunglo #C25C50

Color information

#C25C50 (or 0xC25C50) is unknown color: approx Sunglo. HEX triplet: C2, 5C and 50. RGB value is (194,92,80). Sum of RGB (Red+Green+Blue) = 194+92+80=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C50 is #3DA3AF. Grayscale: #797979. Windows color (decimal): -4039600 or 5266626. OLE color: 5266626.

HSL color Cylindrical-coordinate representation of color #C25C50: hue angle of 6.32º 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 #C25C50 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB1949280-
CMYK00.530.590.24
HSL6.32º48.31%53.73%-
HSV(B)6.32º58.76%76.08%-
XYZ27.5219.79.94-
YUV121.13104.79179.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.01%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 80 (31.64% from 255) = 21.86%
R=53.01%
G=25.14%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194928000.530.590.246.3248.3153.73
HexC25C500353B1863036
Octal302134120065733066066
Binary1100001010111001010000011010111101111000110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25C50; }

 p { color: rgb(194,92,80); }

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

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

 a { background-color: rgb(194,92,80); }

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

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

 span { border-color: rgb(194,92,80); }

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