#CA4258

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

Shades of Mandy #CA4258

Tints of Mandy #CA4258

Color information

#CA4258 (or 0xCA4258) is unknown color: approx Mandy. HEX triplet: CA, 42 and 58. RGB value is (202,66,88). Sum of RGB (Red+Green+Blue) = 202+66+88=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4258 is #35BDA7. Grayscale: #6D6D6D. Windows color (decimal): -3521960 or 5784266. OLE color: 5784266.

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

Color convert

RGB2026688-
CMYK00.670.560.21
HSL350.29º56.2%52.55%-
HSV(B)350.29º67.33%79.22%-
XYZ28.0717.1611.06-
YUV109.17116.06194.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.74%
GREEN value IS 66 (26.17% from 255) = 18.54%
BLUE value IS 88 (34.77% from 255) = 24.72%
R=56.74%
G=18.54%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202668800.670.560.21350.2956.252.55
HexCA4258043381515e3835
Octal312102130010370255367065
Binary11001010100001010110000100001111100010101101011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4258; }

 p { color: rgb(202,66,88); }

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

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

 a { background-color: rgb(202,66,88); }

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

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

 span { border-color: rgb(202,66,88); }

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