#CA544B

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

Shades of Sunset #CA544B

Tints of Sunset #CA544B

Color information

#CA544B (or 0xCA544B) is unknown color: approx Sunset. HEX triplet: CA, 54 and 4B. RGB value is (202,84,75). Sum of RGB (Red+Green+Blue) = 202+84+75=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA544B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA544B is #35ABB4. Grayscale: #767676. Windows color (decimal): -3517365 or 4936906. OLE color: 4936906.

HSL color Cylindrical-coordinate representation of color #CA544B: hue angle of 4.25º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA544B is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB2028475-
CMYK00.580.630.21
HSL4.25º54.51%54.31%-
HSV(B)4.25º62.87%79.22%-
XYZ28.819.418.88-
YUV118.26103.59187.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.96%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 75 (29.69% from 255) = 20.78%
R=55.96%
G=23.27%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202847500.580.630.214.2554.5154.31
HexCA544B03A3F1543736
Octal312124113072772546766
Binary1100101010101001001011011101011111110101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA544B; }

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

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

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

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

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

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

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

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