Html Css Color HEX #CA4559 Mandy

📋 copy color: '#CA4559'

red 202 ◦ green 69 ◦ blue 89

#CA4559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #CA4559

Tints of Mandy #CA4559

RGB

 RED value IS 202 (79.3% from 255) = 56.11%

 GREEN value IS 69 (27.34% from 255) = 19.17%

 BLUE value IS 89 (35.16% from 255) = 24.72%

R = 56.11%
G = 19.17%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA4559 (or 0xCA4559) is known color: Mandy. HEX triplet: CA, 45 and 59. RGB value is (202,69,89). Sum of RGB (Red+Green+Blue) = 202+69+89=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4559 is #35BAA6. Grayscale: #6F6F6F. Windows color (decimal): -3521191 or 5850570. OLE color: 5850570.

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

Color convert

RGB 202 69 89 -
CMYK 0 0.66 0.56 0.21
HSL 350.98º 0.56% 0.53% -
HSV(B) 350.98º 0.66% 0.79% -
XYZ 28.29 17.53 11.34 -
YUV 111.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 202 69 89 0 0.66 0.56 0.21 350.98 0.56 0.53
Hex CA 45 59 0 42 38 15 15F 38 35
Octal 312 105 131 0 102 70 25 537 70 65
Binary 11001010 1000101 1011001 0 1000010 111000 10101 101011111 111000 110101

Color Harmonies of #CA4559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4559

Black with #CA4559

Text Example


Text Example

White with #CA4559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4559; }

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

 H1.HeaderClassName
 {
   color: #CA4559;
 }
 .AnyTagClassName
 {
   color: #CA4559;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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