#C35042

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

Shades of Sunset #C35042

Tints of Sunset #C35042

Color information

#C35042 (or 0xC35042) is unknown color: approx Sunset. HEX triplet: C3, 50 and 42. RGB value is (195,80,66). Sum of RGB (Red+Green+Blue) = 195+80+66=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C35042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35042 is #3CAFBD. Grayscale: #707070. Windows color (decimal): -3977150 or 4346051. OLE color: 4346051.

HSL color Cylindrical-coordinate representation of color #C35042: hue angle of 6.51º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C35042 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB1958066-
CMYK00.590.660.24
HSL6.51º51.81%51.18%-
HSV(B)6.51º66.15%76.47%-
XYZ26.3617.737.19-
YUV112.79101.6186.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.18%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=57.18%
G=23.46%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195806600.590.660.246.5151.8151.18
HexC3504203B421873433
Octal3031201020731023076463
Binary11000011101000010000100111011100001011000111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35042; }

 p { color: rgb(195,80,66); }

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

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

 a { background-color: rgb(195,80,66); }

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

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

 span { border-color: rgb(195,80,66); }

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