Html Css Color HEX #CA5155 Mandy

📋 copy color: '#CA5155'

red 202 ◦ green 81 ◦ blue 85

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

Shades of Mandy #CA5155

Tints of Mandy #CA5155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.01%

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

R = 54.89%
G = 22.01%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA5155 (or 0xCA5155) is known color: Mandy. HEX triplet: CA, 51 and 55. RGB value is (202,81,85). Sum of RGB (Red+Green+Blue) = 202+81+85=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5155 is #35AEAA. Grayscale: #757575. Windows color (decimal): -3518123 or 5591498. OLE color: 5591498.

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

Color convert

RGB 202 81 85 -
CMYK 0 0.60 0.58 0.21
HSL 358.02º 0.53% 0.55% -
HSV(B) 358.02º 0.6% 0.79% -
XYZ 28.94 19.1 10.76 -
YUV 117.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 202 81 85 0 0.60 0.58 0.21 358.02 0.53 0.55
Hex CA 51 55 0 3C 3A 15 166 35 37
Octal 312 121 125 0 74 72 25 546 65 67
Binary 11001010 1010001 1010101 0 111100 111010 10101 101100110 110101 110111

Color Harmonies of #CA5155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5155

Black with #CA5155

Text Example


Text Example

White with #CA5155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5155; }

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

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

background-color css

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

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

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

border-color css

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

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

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