#C6625C

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

Shades of Sunglo #C6625C

Tints of Sunglo #C6625C

Color information

#C6625C (or 0xC6625C) is unknown color: approx Sunglo. HEX triplet: C6, 62 and 5C. RGB value is (198,98,92). Sum of RGB (Red+Green+Blue) = 198+98+92=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C6625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6625C is #399DA3. Grayscale: #7F7F7F. Windows color (decimal): -3775908 or 6054598. OLE color: 6054598.

HSL color Cylindrical-coordinate representation of color #C6625C: hue angle of 3.4º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6625C is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB1989892-
CMYK00.510.540.22
HSL3.4º48.18%56.86%-
HSV(B)3.4º53.54%77.65%-
XYZ29.5921.5112.72-
YUV127.22108.13178.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.03%
GREEN value IS 98 (38.67% from 255) = 25.26%
BLUE value IS 92 (36.33% from 255) = 23.71%
R=51.03%
G=25.26%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198989200.510.540.223.448.1856.86
HexC6625C033361633039
Octal306142134063662636071
Binary110001101100010101110001100111101101011011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6625C; }

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

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

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

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

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

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

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

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