Html Css Color HEX #CA4955 Mandy

📋 copy color: '#CA4955'

red 202 ◦ green 73 ◦ blue 85

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

Shades of Mandy #CA4955

Tints of Mandy #CA4955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.61%

R = 56.11%
G = 20.28%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA4955 (or 0xCA4955) is known color: Mandy. HEX triplet: CA, 49 and 55. RGB value is (202,73,85). Sum of RGB (Red+Green+Blue) = 202+73+85=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4955 is #35B6AA. Grayscale: #717171. Windows color (decimal): -3520171 or 5589450. OLE color: 5589450.

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

Color convert

RGB 202 73 85 -
CMYK 0 0.64 0.58 0.21
HSL 354.42º 0.55% 0.54% -
HSV(B) 354.42º 0.64% 0.79% -
XYZ 28.38 17.98 10.57 -
YUV 112.94 112.24 191.52 -
System Red Green Blue C M Y K H S L
Decimal 202 73 85 0 0.64 0.58 0.21 354.42 0.55 0.54
Hex CA 49 55 0 40 3A 15 162 37 36
Octal 312 111 125 0 100 72 25 542 67 66
Binary 11001010 1001001 1010101 0 1000000 111010 10101 101100010 110111 110110

Color Harmonies of #CA4955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4955

Black with #CA4955

Text Example


Text Example

White with #CA4955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4955; }

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

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

background-color css

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

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

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

border-color css

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

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

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