#C35145

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

Shades of Sunset #C35145

Tints of Sunset #C35145

Color information

#C35145 (or 0xC35145) is unknown color: approx Sunset. HEX triplet: C3, 51 and 45. RGB value is (195,81,69). Sum of RGB (Red+Green+Blue) = 195+81+69=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C35145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35145 is #3CAEBA. Grayscale: #717171. Windows color (decimal): -3976891 or 4542915. OLE color: 4542915.

HSL color Cylindrical-coordinate representation of color #C35145: hue angle of 5.71º 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 #C35145 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB1958169-
CMYK00.580.650.24
HSL5.71º51.22%51.76%-
HSV(B)5.71º64.62%76.47%-
XYZ26.5217.927.69-
YUV113.72102.77185.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.52%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 69 (27.34% from 255) = 20%
R=56.52%
G=23.48%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195816900.580.650.245.7151.2251.76
HexC3514503A411863334
Octal3031211050721013066364
Binary11000011101000110001010111010100000111000110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35145; }

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

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

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

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

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

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

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

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