#C45246

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

Shades of Sunset #C45246

Tints of Sunset #C45246

Color information

#C45246 (or 0xC45246) is unknown color: approx Sunset. HEX triplet: C4, 52 and 46. RGB value is (196,82,70). Sum of RGB (Red+Green+Blue) = 196+82+70=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C45246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45246 is #3BADB9. Grayscale: #727272. Windows color (decimal): -3911098 or 4608708. OLE color: 4608708.

HSL color Cylindrical-coordinate representation of color #C45246: hue angle of 5.71º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C45246 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB1968270-
CMYK00.580.640.23
HSL5.71º51.64%52.16%-
HSV(B)5.71º64.29%76.86%-
XYZ26.8918.217.89-
YUV114.72102.77185.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.32%
GREEN value IS 82 (32.42% from 255) = 23.56%
BLUE value IS 70 (27.73% from 255) = 20.11%
R=56.32%
G=23.56%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196827000.580.640.235.7151.6452.16
HexC4524603A401763434
Octal3041221060721002766464
Binary11000100101001010001100111010100000010111110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45246; }

 p { color: rgb(196,82,70); }

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

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

 a { background-color: rgb(196,82,70); }

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

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

 span { border-color: rgb(196,82,70); }

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