#C2625E

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

Shades of Sunglo #C2625E

Tints of Sunglo #C2625E

Color information

#C2625E (or 0xC2625E) is unknown color: approx Sunglo. HEX triplet: C2, 62 and 5E. RGB value is (194,98,94). Sum of RGB (Red+Green+Blue) = 194+98+94=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2625E is #3D9DA1. Grayscale: #7E7E7E. Windows color (decimal): -4038050 or 6185666. OLE color: 6185666.

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

Color convert

RGB1949894-
CMYK00.490.520.24
HSL2.4º45.05%56.47%-
HSV(B)2.4º51.55%76.08%-
XYZ28.6421.0113.14-
YUV126.25109.8176.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.26%
GREEN value IS 98 (38.67% from 255) = 25.39%
BLUE value IS 94 (37.11% from 255) = 24.35%
R=50.26%
G=25.39%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194989400.490.520.242.445.0556.47
HexC2625E031341822d38
Octal302142136061643025570
Binary110000101100010101111001100011101001100010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2625E; }

 p { color: rgb(194,98,94); }

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

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

 a { background-color: rgb(194,98,94); }

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

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

 span { border-color: rgb(194,98,94); }

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