#CA4341

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

Shades of Sunset #CA4341

Tints of Sunset #CA4341

Color information

#CA4341 (or 0xCA4341) is unknown color: approx Sunset. HEX triplet: CA, 43 and 41. RGB value is (202,67,65). Sum of RGB (Red+Green+Blue) = 202+67+65=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4341 is #35BCBE. Grayscale: #6B6B6B. Windows color (decimal): -3521727 or 4277194. OLE color: 4277194.

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

Color convert

RGB2026765-
CMYK00.670.680.21
HSL0.88º56.38%52.35%-
HSV(B)0.88º67.82%79.22%-
XYZ27.3216.956.83-
YUV107.14104.23195.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.48%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 65 (25.78% from 255) = 19.46%
R=60.48%
G=20.06%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202676500.670.680.210.8856.3852.35
HexCA4341043441513834
Octal31210310101031042517064
Binary1100101010000111000001010000111000100101011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4341; }

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

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

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

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

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

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

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

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