#C35445

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

Shades of Sunset #C35445

Tints of Sunset #C35445

Color information

#C35445 (or 0xC35445) is unknown color: approx Sunset. HEX triplet: C3, 54 and 45. RGB value is (195,84,69). Sum of RGB (Red+Green+Blue) = 195+84+69=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C35445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35445 is #3CABBA. Grayscale: #737373. Windows color (decimal): -3976123 or 4543683. OLE color: 4543683.

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

Color convert

RGB1958469-
CMYK00.570.650.24
HSL7.14º51.22%51.76%-
HSV(B)7.14º64.62%76.47%-
XYZ26.7518.377.77-
YUV115.48101.77184.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.03%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 69 (27.34% from 255) = 19.83%
R=56.03%
G=24.14%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195846900.570.650.247.1451.2251.76
HexC35445039411873334
Octal3031241050711013076364
Binary11000011101010010001010111001100000111000111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35445; }

 p { color: rgb(195,84,69); }

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

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

 a { background-color: rgb(195,84,69); }

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

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

 span { border-color: rgb(195,84,69); }

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