Html Css Color HEX #CA4A58 Mandy

📋 copy color: '#CA4A58'

red 202 ◦ green 74 ◦ blue 88

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

Shades of Mandy #CA4A58

Tints of Mandy #CA4A58

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.33%

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

R = 55.49%
G = 20.33%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA4A58 (or 0xCA4A58) is known color: Mandy. HEX triplet: CA, 4A and 58. RGB value is (202,74,88). Sum of RGB (Red+Green+Blue) = 202+74+88=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A58 is #35B5A7. Grayscale: #717171. Windows color (decimal): -3519912 or 5786314. OLE color: 5786314.

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

Color convert

RGB 202 74 88 -
CMYK 0 0.63 0.56 0.21
HSL 353.44º 0.55% 0.54% -
HSV(B) 353.44º 0.63% 0.79% -
XYZ 28.57 18.16 11.23 -
YUV 113.87 113.41 190.86 -
System Red Green Blue C M Y K H S L
Decimal 202 74 88 0 0.63 0.56 0.21 353.44 0.55 0.54
Hex CA 4A 58 0 3F 38 15 161 37 36
Octal 312 112 130 0 77 70 25 541 67 66
Binary 11001010 1001010 1011000 0 111111 111000 10101 101100001 110111 110110

Color Harmonies of #CA4A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A58

Black with #CA4A58

Text Example


Text Example

White with #CA4A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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