#C6544B

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

Shades of Sunset #C6544B

Tints of Sunset #C6544B

Color information

#C6544B (or 0xC6544B) is unknown color: approx Sunset. HEX triplet: C6, 54 and 4B. RGB value is (198,84,75). Sum of RGB (Red+Green+Blue) = 198+84+75=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6544B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6544B is #39ABB4. Grayscale: #757575. Windows color (decimal): -3779509 or 4936902. OLE color: 4936902.

HSL color Cylindrical-coordinate representation of color #C6544B: hue angle of 4.39º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6544B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1988475-
CMYK00.580.620.22
HSL4.39º51.9%53.53%-
HSV(B)4.39º62.12%77.65%-
XYZ27.7318.858.83-
YUV117.06104.27185.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.46%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 75 (29.69% from 255) = 21.01%
R=55.46%
G=23.53%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198847500.580.620.224.3951.953.53
HexC6544B03A3E1643436
Octal306124113072762646466
Binary1100011010101001001011011101011111010110100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6544B; }

 p { color: rgb(198,84,75); }

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

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

 a { background-color: rgb(198,84,75); }

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

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

 span { border-color: rgb(198,84,75); }

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