#C46350

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

Shades of Sunglo #C46350

Tints of Sunglo #C46350

Color information

#C46350 (or 0xC46350) is unknown color: approx Sunglo. HEX triplet: C4, 63 and 50. RGB value is (196,99,80). Sum of RGB (Red+Green+Blue) = 196+99+80=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C46350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46350 is #3B9CAF. Grayscale: #7E7E7E. Windows color (decimal): -3906736 or 5268420. OLE color: 5268420.

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

Color convert

RGB1969980-
CMYK00.490.590.23
HSL9.83º49.57%54.12%-
HSV(B)9.83º59.18%76.86%-
XYZ28.6721.2410.18-
YUV125.84102.14178.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.27%
GREEN value IS 99 (39.06% from 255) = 26.4%
BLUE value IS 80 (31.64% from 255) = 21.33%
R=52.27%
G=26.4%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196998000.490.590.239.8349.5754.12
HexC463500313B17a3236
Octal3041431200617327126266
Binary11000100110001110100000110001111011101111010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46350; }

 p { color: rgb(196,99,80); }

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

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

 a { background-color: rgb(196,99,80); }

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

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

 span { border-color: rgb(196,99,80); }

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