#C5625C

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

Shades of Sunglo #C5625C

Tints of Sunglo #C5625C

Color information

#C5625C (or 0xC5625C) is unknown color: approx Sunglo. HEX triplet: C5, 62 and 5C. RGB value is (197,98,92). Sum of RGB (Red+Green+Blue) = 197+98+92=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5625C is #3A9DA3. Grayscale: #7F7F7F. Windows color (decimal): -3841444 or 6054597. OLE color: 6054597.

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

Color convert

RGB1979892-
CMYK00.500.530.23
HSL3.43º47.51%56.67%-
HSV(B)3.43º53.3%77.25%-
XYZ29.3321.3812.71-
YUV126.92108.3177.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.90%
GREEN value IS 98 (38.67% from 255) = 25.32%
BLUE value IS 92 (36.33% from 255) = 23.77%
R=50.90%
G=25.32%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197989200.500.530.233.4347.5156.67
HexC5625C032351733039
Octal305142134062652736071
Binary110001011100010101110001100101101011011111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5625C; }

 p { color: rgb(197,98,92); }

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

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

 a { background-color: rgb(197,98,92); }

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

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

 span { border-color: rgb(197,98,92); }

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