#C66353

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

Shades of Sunglo #C66353

Tints of Sunglo #C66353

Color information

#C66353 (or 0xC66353) is unknown color: approx Sunglo. HEX triplet: C6, 63 and 53. RGB value is (198,99,83). Sum of RGB (Red+Green+Blue) = 198+99+83=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C66353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66353 is #399CAC. Grayscale: #7E7E7E. Windows color (decimal): -3775661 or 5465030. OLE color: 5465030.

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

Color convert

RGB1989983-
CMYK00.500.580.22
HSL8.35º50.22%55.1%-
HSV(B)8.35º58.08%77.65%-
XYZ29.3121.5510.8-
YUV126.78103.3178.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.11%
GREEN value IS 99 (39.06% from 255) = 26.05%
BLUE value IS 83 (32.81% from 255) = 21.84%
R=52.11%
G=26.05%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198998300.500.580.228.3550.2255.1
HexC663530323A1683237
Octal3061431230627226106267
Binary11000110110001110100110110010111010101101000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66353; }

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

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

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

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

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

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

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

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