Html Css Color HEX #CA4C58 Mandy

📋 copy color: '#CA4C58'

red 202 ◦ green 76 ◦ blue 88

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

Shades of Mandy #CA4C58

Tints of Mandy #CA4C58

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.77%

 BLUE value IS 88 (34.77% from 255) = 24.04%

R = 55.19%
G = 20.77%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA4C58 (or 0xCA4C58) is known color: Mandy. HEX triplet: CA, 4C and 58. RGB value is (202,76,88). Sum of RGB (Red+Green+Blue) = 202+76+88=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4C58 is #35B3A7. Grayscale: #737373. Windows color (decimal): -3519400 or 5786826. OLE color: 5786826.

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

Color convert

RGB 202 76 88 -
CMYK 0 0.62 0.56 0.21
HSL 354.29º 0.54% 0.55% -
HSV(B) 354.29º 0.62% 0.79% -
XYZ 28.7 18.43 11.28 -
YUV 115.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 202 76 88 0 0.62 0.56 0.21 354.29 0.54 0.55
Hex CA 4C 58 0 3E 38 15 162 36 37
Octal 312 114 130 0 76 70 25 542 66 67
Binary 11001010 1001100 1011000 0 111110 111000 10101 101100010 110110 110111

Color Harmonies of #CA4C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4C58

Black with #CA4C58

Text Example


Text Example

White with #CA4C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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