#CA454A

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

Shades of Mandy #CA454A

Tints of Mandy #CA454A

Color information

#CA454A (or 0xCA454A) is unknown color: approx Mandy. HEX triplet: CA, 45 and 4A. RGB value is (202,69,74). Sum of RGB (Red+Green+Blue) = 202+69+74=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA454A is #35BAB5. Grayscale: #6D6D6D. Windows color (decimal): -3521206 or 4867530. OLE color: 4867530.

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

Color convert

RGB2026974-
CMYK00.660.630.21
HSL357.74º55.65%53.14%-
HSV(B)357.74º65.84%79.22%-
XYZ27.7217.318.36-
YUV109.34108.06194.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.55%
GREEN value IS 69 (27.34% from 255) = 20%
BLUE value IS 74 (29.30% from 255) = 21.45%
R=58.55%
G=20%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202697400.660.630.21357.7455.6553.14
HexCA454A0423F151663835
Octal312105112010277255467065
Binary11001010100010110010100100001011111110101101100110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA454A; }

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

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

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

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

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

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

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

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