#C35548

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

Shades of Sunset #C35548

Tints of Sunset #C35548

Color information

#C35548 (or 0xC35548) is unknown color: approx Sunset. HEX triplet: C3, 55 and 48. RGB value is (195,85,72). Sum of RGB (Red+Green+Blue) = 195+85+72=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C35548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35548 is #3CAAB7. Grayscale: #747474. Windows color (decimal): -3975864 or 4740547. OLE color: 4740547.

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

Color convert

RGB1958572-
CMYK00.560.630.24
HSL6.34º50.62%52.35%-
HSV(B)6.34º63.08%76.47%-
XYZ26.9218.578.3-
YUV116.41102.94184.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.40%
GREEN value IS 85 (33.59% from 255) = 24.15%
BLUE value IS 72 (28.52% from 255) = 20.45%
R=55.40%
G=24.15%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195857200.560.630.246.3450.6252.35
HexC355480383F1863334
Octal303125110070773066364
Binary1100001110101011001000011100011111111000110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35548; }

 p { color: rgb(195,85,72); }

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

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

 a { background-color: rgb(195,85,72); }

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

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

 span { border-color: rgb(195,85,72); }

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