#CA4541

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

Shades of Sunset #CA4541

Tints of Sunset #CA4541

Color information

#CA4541 (or 0xCA4541) is unknown color: approx Sunset. HEX triplet: CA, 45 and 41. RGB value is (202,69,65). Sum of RGB (Red+Green+Blue) = 202+69+65=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4541 is #35BABE. Grayscale: #6C6C6C. Windows color (decimal): -3521215 or 4277706. OLE color: 4277706.

HSL color Cylindrical-coordinate representation of color #CA4541: hue angle of 1.75º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4541 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB2026965-
CMYK00.660.680.21
HSL1.75º56.38%52.35%-
HSV(B)1.75º67.82%79.22%-
XYZ27.4417.196.87-
YUV108.31103.56194.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.12%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 65 (25.78% from 255) = 19.35%
R=60.12%
G=20.54%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202696500.660.680.211.7556.3852.35
HexCA4541042441523834
Octal31210510101021042527064
Binary11001010100010110000010100001010001001010110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4541; }

 p { color: rgb(202,69,65); }

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

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

 a { background-color: rgb(202,69,65); }

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

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

 span { border-color: rgb(202,69,65); }

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