#C66359

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

Shades of Sunglo #C66359

Tints of Sunglo #C66359

Color information

#C66359 (or 0xC66359) is unknown color: approx Sunglo. HEX triplet: C6, 63 and 59. RGB value is (198,99,89). Sum of RGB (Red+Green+Blue) = 198+99+89=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C66359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66359 is #399CA6. Grayscale: #7F7F7F. Windows color (decimal): -3775655 or 5858246. OLE color: 5858246.

HSL color Cylindrical-coordinate representation of color #C66359: hue angle of 5.5º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C66359 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB1989989-
CMYK00.500.550.22
HSL5.5º48.88%56.27%-
HSV(B)5.5º55.05%77.65%-
XYZ29.5521.6512.07-
YUV127.46106.3178.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.30%
GREEN value IS 99 (39.06% from 255) = 25.65%
BLUE value IS 89 (35.16% from 255) = 23.06%
R=51.30%
G=25.65%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198998900.500.550.225.548.8856.27
HexC66359032371663138
Octal306143131062672666170
Binary1100011011000111011001011001011011110110110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66359; }

 p { color: rgb(198,99,89); }

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

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

 a { background-color: rgb(198,99,89); }

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

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

 span { border-color: rgb(198,99,89); }

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