Html Css Color HEX #CA4B50 Mandy

📋 copy color: '#CA4B50'

red 202 ◦ green 75 ◦ blue 80

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

Shades of Mandy #CA4B50

Tints of Mandy #CA4B50

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.01%

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

R = 56.58%
G = 21.01%
B = 22.41%

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

#CA4B50 (or 0xCA4B50) is known color: Mandy. HEX triplet: CA, 4B and 50. RGB value is (202,75,80). Sum of RGB (Red+Green+Blue) = 202+75+80=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B50 is #35B4AF. Grayscale: #717171. Windows color (decimal): -3519664 or 5262282. OLE color: 5262282.

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

Color convert

RGB 202 75 80 -
CMYK 0 0.63 0.60 0.21
HSL 357.64º 0.55% 0.54% -
HSV(B) 357.64º 0.63% 0.79% -
XYZ 28.32 18.17 9.6 -
YUV 113.54 109.08 191.09 -
System Red Green Blue C M Y K H S L
Decimal 202 75 80 0 0.63 0.60 0.21 357.64 0.55 0.54
Hex CA 4B 50 0 3F 3C 15 166 37 36
Octal 312 113 120 0 77 74 25 546 67 66
Binary 11001010 1001011 1010000 0 111111 111100 10101 101100110 110111 110110

Color Harmonies of #CA4B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4B50

Black with #CA4B50

Text Example


Text Example

White with #CA4B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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