Html Css Color HEX #CA4A50 Mandy

📋 copy color: '#CA4A50'

red 202 ◦ green 74 ◦ blue 80

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

Shades of Mandy #CA4A50

Tints of Mandy #CA4A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.47%

R = 56.74%
G = 20.79%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA4A50 (or 0xCA4A50) is known color: Mandy. HEX triplet: CA, 4A and 50. RGB value is (202,74,80). Sum of RGB (Red+Green+Blue) = 202+74+80=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A50 is #35B5AF. Grayscale: #717171. Windows color (decimal): -3519920 or 5262026. OLE color: 5262026.

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

Color convert

RGB 202 74 80 -
CMYK 0 0.63 0.60 0.21
HSL 357.19º 0.55% 0.54% -
HSV(B) 357.19º 0.63% 0.79% -
XYZ 28.25 18.03 9.58 -
YUV 112.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 202 74 80 0 0.63 0.60 0.21 357.19 0.55 0.54
Hex CA 4A 50 0 3F 3C 15 165 37 36
Octal 312 112 120 0 77 74 25 545 67 66
Binary 11001010 1001010 1010000 0 111111 111100 10101 101100101 110111 110110

Color Harmonies of #CA4A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A50

Black with #CA4A50

Text Example


Text Example

White with #CA4A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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