#C06260

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

Shades of Sunglo #C06260

Tints of Sunglo #C06260

Color information

#C06260 (or 0xC06260) is unknown color: approx Sunglo. HEX triplet: C0, 62 and 60. RGB value is (192,98,96). Sum of RGB (Red+Green+Blue) = 192+98+96=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C06260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06260 is #3F9D9F. Grayscale: #7D7D7D. Windows color (decimal): -4169120 or 6316736. OLE color: 6316736.

HSL color Cylindrical-coordinate representation of color #C06260: hue angle of 1.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06260 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB1929896-
CMYK00.490.500.25
HSL1.25º43.24%56.47%-
HSV(B)1.25º50%75.29%-
XYZ28.2220.7913.59-
YUV125.88111.14175.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.74%
GREEN value IS 98 (38.67% from 255) = 25.39%
BLUE value IS 96 (37.89% from 255) = 24.87%
R=49.74%
G=25.39%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192989600.490.500.251.2543.2456.47
HexC06260031321912b38
Octal300142140061623115370
Binary11000000110001011000000110001110010110011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06260; }

 p { color: rgb(192,98,96); }

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

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

 a { background-color: rgb(192,98,96); }

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

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

 span { border-color: rgb(192,98,96); }

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