#C66254

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

Shades of Sunglo #C66254

Tints of Sunglo #C66254

Color information

#C66254 (or 0xC66254) is unknown color: approx Sunglo. HEX triplet: C6, 62 and 54. RGB value is (198,98,84). Sum of RGB (Red+Green+Blue) = 198+98+84=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C66254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66254 is #399DAB. Grayscale: #7E7E7E. Windows color (decimal): -3775916 or 5530310. OLE color: 5530310.

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

Color convert

RGB1989884-
CMYK00.510.580.22
HSL7.37º50%55.29%-
HSV(B)7.37º57.58%77.65%-
XYZ29.2621.3810.97-
YUV126.3104.13179.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.11%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 84 (33.20% from 255) = 22.11%
R=52.11%
G=25.79%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198988400.510.580.227.375055.29
HexC662540333A1673237
Octal306142124063722676267
Binary1100011011000101010100011001111101010110111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66254; }

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

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

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

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

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

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

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

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