Html Css Color HEX #CA505F Mandy

📋 copy color: '#CA505F'

red 202 ◦ green 80 ◦ blue 95

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

Shades of Mandy #CA505F

Tints of Mandy #CA505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.22%

 BLUE value IS 95 (37.5% from 255) = 25.2%

R = 53.58%
G = 21.22%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA505F (or 0xCA505F) is known color: Mandy. HEX triplet: CA, 50 and 5F. RGB value is (202,80,95). Sum of RGB (Red+Green+Blue) = 202+80+95=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA505F is #35AFA0. Grayscale: #767676. Windows color (decimal): -3518369 or 6246602. OLE color: 6246602.

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

Color convert

RGB 202 80 95 -
CMYK 0 0.60 0.53 0.21
HSL 352.62º 0.54% 0.55% -
HSV(B) 352.62º 0.6% 0.79% -
XYZ 29.29 19.12 12.97 -
YUV 118.19 114.92 187.78 -
System Red Green Blue C M Y K H S L
Decimal 202 80 95 0 0.60 0.53 0.21 352.62 0.54 0.55
Hex CA 50 5F 0 3C 35 15 161 36 37
Octal 312 120 137 0 74 65 25 541 66 67
Binary 11001010 1010000 1011111 0 111100 110101 10101 101100001 110110 110111

Color Harmonies of #CA505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA505F

Black with #CA505F

Text Example


Text Example

White with #CA505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA505F; }

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

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

background-color css

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

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

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

border-color css

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

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

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