#CA4551

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

Shades of Mandy #CA4551

Tints of Mandy #CA4551

Color information

#CA4551 (or 0xCA4551) is unknown color: approx Mandy. HEX triplet: CA, 45 and 51. RGB value is (202,69,81). Sum of RGB (Red+Green+Blue) = 202+69+81=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4551 is #35BAAE. Grayscale: #6E6E6E. Windows color (decimal): -3521199 or 5326282. OLE color: 5326282.

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

Color convert

RGB2026981-
CMYK00.660.600.21
HSL354.59º55.65%53.14%-
HSV(B)354.59º65.84%79.22%-
XYZ27.9717.419.67-
YUV110.14111.56193.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 69 (27.34% from 255) = 19.60%
BLUE value IS 81 (32.03% from 255) = 23.01%
R=57.39%
G=19.60%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202698100.660.600.21354.5955.6553.14
HexCA45510423C151633835
Octal312105121010274255437065
Binary11001010100010110100010100001011110010101101100011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4551; }

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

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

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

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

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

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

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

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