#CA4641

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

Shades of Sunset #CA4641

Tints of Sunset #CA4641

Color information

#CA4641 (or 0xCA4641) is unknown color: approx Sunset. HEX triplet: CA, 46 and 41. RGB value is (202,70,65). Sum of RGB (Red+Green+Blue) = 202+70+65=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4641 is #35B9BE. Grayscale: #6D6D6D. Windows color (decimal): -3520959 or 4277962. OLE color: 4277962.

HSL color Cylindrical-coordinate representation of color #CA4641: hue angle of 2.19º 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 #CA4641 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB2027065-
CMYK00.650.680.21
HSL2.19º56.38%52.35%-
HSV(B)2.19º67.82%79.22%-
XYZ27.517.326.89-
YUV108.9103.23194.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.94%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 65 (25.78% from 255) = 19.29%
R=59.94%
G=20.77%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202706500.650.680.212.1956.3852.35
HexCA4641041441523834
Octal31210610101011042527064
Binary11001010100011010000010100000110001001010110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4641; }

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

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

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

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

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

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

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

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