Html Css Color HEX #CA4B53 Mandy

📋 copy color: '#CA4B53'

red 202 ◦ green 75 ◦ blue 83

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

Shades of Mandy #CA4B53

Tints of Mandy #CA4B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.06%

R = 56.11%
G = 20.83%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA4B53 (or 0xCA4B53) is known color: Mandy. HEX triplet: CA, 4B and 53. RGB value is (202,75,83). Sum of RGB (Red+Green+Blue) = 202+75+83=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B53 is #35B4AC. Grayscale: #717171. Windows color (decimal): -3519661 or 5458890. OLE color: 5458890.

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

Color convert

RGB 202 75 83 -
CMYK 0 0.63 0.59 0.21
HSL 356.22º 0.55% 0.54% -
HSV(B) 356.22º 0.63% 0.79% -
XYZ 28.43 18.21 10.2 -
YUV 113.89 110.58 190.85 -
System Red Green Blue C M Y K H S L
Decimal 202 75 83 0 0.63 0.59 0.21 356.22 0.55 0.54
Hex CA 4B 53 0 3F 3B 15 164 37 36
Octal 312 113 123 0 77 73 25 544 67 66
Binary 11001010 1001011 1010011 0 111111 111011 10101 101100100 110111 110110

Color Harmonies of #CA4B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4B53

Black with #CA4B53

Text Example


Text Example

White with #CA4B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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