Html Css Color HEX #CA4960 Mandy

📋 copy color: '#CA4960'

red 202 ◦ green 73 ◦ blue 96

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

Shades of Mandy #CA4960

Tints of Mandy #CA4960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.68%

 BLUE value IS 96 (37.89% from 255) = 25.88%

R = 54.45%
G = 19.68%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA4960 (or 0xCA4960) is known color: Mandy. HEX triplet: CA, 49 and 60. RGB value is (202,73,96). Sum of RGB (Red+Green+Blue) = 202+73+96=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4960 is #35B69F. Grayscale: #727272. Windows color (decimal): -3520160 or 6310346. OLE color: 6310346.

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

Color convert

RGB 202 73 96 -
CMYK 0 0.64 0.52 0.21
HSL 349.3º 0.55% 0.54% -
HSV(B) 349.3º 0.64% 0.79% -
XYZ 28.85 18.17 13.05 -
YUV 114.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 202 73 96 0 0.64 0.52 0.21 349.3 0.55 0.54
Hex CA 49 60 0 40 34 15 15D 37 36
Octal 312 111 140 0 100 64 25 535 67 66
Binary 11001010 1001001 1100000 0 1000000 110100 10101 101011101 110111 110110

Color Harmonies of #CA4960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4960

Black with #CA4960

Text Example


Text Example

White with #CA4960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4960; }

 p { color: rgb(202,73,96); }

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

background-color css

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

 a { background-color: rgb(202,73,96); }

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

border-color css

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

 span { border-color: rgb(202,73,96); }

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