#C66156

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

Shades of Sunglo #C66156

Tints of Sunglo #C66156

Color information

#C66156 (or 0xC66156) is unknown color: approx Sunglo. HEX triplet: C6, 61 and 56. RGB value is (198,97,86). Sum of RGB (Red+Green+Blue) = 198+97+86=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C66156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66156 is #399EA9. Grayscale: #7E7E7E. Windows color (decimal): -3776170 or 5661126. OLE color: 5661126.

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

Color convert

RGB1989786-
CMYK00.510.570.22
HSL5.89º49.56%55.69%-
HSV(B)5.89º56.57%77.65%-
XYZ29.2421.2311.36-
YUV125.94105.46179.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.97%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 86 (33.98% from 255) = 22.57%
R=51.97%
G=25.46%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198978600.510.570.225.8949.5655.69
HexC66156033391663238
Octal306141126063712666270
Binary1100011011000011010110011001111100110110110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66156; }

 p { color: rgb(198,97,86); }

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

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

 a { background-color: rgb(198,97,86); }

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

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

 span { border-color: rgb(198,97,86); }

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