#C46255

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

Shades of Sunglo #C46255

Tints of Sunglo #C46255

Color information

#C46255 (or 0xC46255) is unknown color: approx Sunglo. HEX triplet: C4, 62 and 55. RGB value is (196,98,85). Sum of RGB (Red+Green+Blue) = 196+98+85=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C46255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46255 is #3B9DAA. Grayscale: #7D7D7D. Windows color (decimal): -3906987 or 5595844. OLE color: 5595844.

HSL color Cylindrical-coordinate representation of color #C46255: hue angle of 7.03º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C46255 is Cyan = 0, Magento = 0.5, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB1969885-
CMYK00.50.570.23
HSL7.03º48.47%55.1%-
HSV(B)7.03º56.63%76.86%-
XYZ28.7721.1311.16-
YUV125.82104.97178.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.72%
GREEN value IS 98 (38.67% from 255) = 25.86%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=51.72%
G=25.86%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196988500.50.570.237.0348.4755.1
HexC46255032391773037
Octal304142125062712776067
Binary1100010011000101010101011001011100110111111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46255; }

 p { color: rgb(196,98,85); }

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

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

 a { background-color: rgb(196,98,85); }

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

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

 span { border-color: rgb(196,98,85); }

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