#CA454B

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

Shades of Mandy #CA454B

Tints of Mandy #CA454B

Color information

#CA454B (or 0xCA454B) is unknown color: approx Mandy. HEX triplet: CA, 45 and 4B. RGB value is (202,69,75). Sum of RGB (Red+Green+Blue) = 202+69+75=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA454B is #35BAB4. Grayscale: #6D6D6D. Windows color (decimal): -3521205 or 4933066. OLE color: 4933066.

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

Color convert

RGB2026975-
CMYK00.660.630.21
HSL357.29º55.65%53.14%-
HSV(B)357.29º65.84%79.22%-
XYZ27.7617.328.54-
YUV109.45108.56194.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.38%
GREEN value IS 69 (27.34% from 255) = 19.94%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=58.38%
G=19.94%
B=21.68%

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
Decimal202697500.660.630.21357.2955.6553.14
HexCA454B0423F151653835
Octal312105113010277255457065
Binary11001010100010110010110100001011111110101101100101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA454B; }

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

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

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

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

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

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

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

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