#CA4B4A

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

Shades of Sunset #CA4B4A

Tints of Sunset #CA4B4A

Color information

#CA4B4A (or 0xCA4B4A) is unknown color: approx Sunset. HEX triplet: CA, 4B and 4A. RGB value is (202,75,74). Sum of RGB (Red+Green+Blue) = 202+75+74=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4B4A is #35B4B5. Grayscale: #707070. Windows color (decimal): -3519670 or 4869066. OLE color: 4869066.

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

Color convert

RGB2027574-
CMYK00.630.630.21
HSL0.47º54.7%54.12%-
HSV(B)0.47º63.37%79.22%-
XYZ28.1118.088.49-
YUV112.86106.08191.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=57.55%
G=21.37%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202757400.630.630.210.4754.754.12
HexCA4B4A03F3F1503736
Octal312113112077772506766
Binary11001010100101110010100111111111111101010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B4A; }

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

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

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

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

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

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

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

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