#C6625B

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

Shades of Sunglo #C6625B

Tints of Sunglo #C6625B

Color information

#C6625B (or 0xC6625B) is unknown color: approx Sunglo. HEX triplet: C6, 62 and 5B. RGB value is (198,98,91). Sum of RGB (Red+Green+Blue) = 198+98+91=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6625B is #399DA4. Grayscale: #7F7F7F. Windows color (decimal): -3775909 or 5989062. OLE color: 5989062.

HSL color Cylindrical-coordinate representation of color #C6625B: hue angle of 3.93º 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 #C6625B is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB1989891-
CMYK00.510.540.22
HSL3.93º48.42%56.67%-
HSV(B)3.93º54.04%77.65%-
XYZ29.5421.512.49-
YUV127.1107.63178.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 98 (38.67% from 255) = 25.32%
BLUE value IS 91 (35.94% from 255) = 23.51%
R=51.16%
G=25.32%
B=23.51%

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
Decimal198989100.510.540.223.9348.4256.67
HexC6625B033361643039
Octal306142133063662646071
Binary1100011011000101011011011001111011010110100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6625B; }

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

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

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

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

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

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

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

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