#C06555

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

Shades of Sunglo #C06555

Tints of Sunglo #C06555

Color information

#C06555 (or 0xC06555) is unknown color: approx Sunglo. HEX triplet: C0, 65 and 55. RGB value is (192,101,85). Sum of RGB (Red+Green+Blue) = 192+101+85=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C06555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06555 is #3F9AAA. Grayscale: #7E7E7E. Windows color (decimal): -4168363 or 5596608. OLE color: 5596608.

HSL color Cylindrical-coordinate representation of color #C06555: hue angle of 8.97º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C06555 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19210185-
CMYK00.470.560.25
HSL8.97º45.92%54.31%-
HSV(B)8.97º55.73%75.29%-
XYZ28.0321.1711.2-
YUV126.38104.65174.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.79%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 85 (33.59% from 255) = 22.49%
R=50.79%
G=26.72%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921018500.470.560.258.9745.9254.31
HexC0655502F381992e36
Octal3001451250577031115666
Binary11000000110010110101010101111111000110011001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06555; }

 p { color: rgb(192,101,85); }

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

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

 a { background-color: rgb(192,101,85); }

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

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

 span { border-color: rgb(192,101,85); }

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