Html Css Color HEX #CA5156 Mandy

📋 copy color: '#CA5156'

red 202 ◦ green 81 ◦ blue 86

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

Shades of Mandy #CA5156

Tints of Mandy #CA5156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.31%

R = 54.74%
G = 21.95%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA5156 (or 0xCA5156) is known color: Mandy. HEX triplet: CA, 51 and 56. RGB value is (202,81,86). Sum of RGB (Red+Green+Blue) = 202+81+86=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5156 is #35AEA9. Grayscale: #757575. Windows color (decimal): -3518122 or 5657034. OLE color: 5657034.

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

Color convert

RGB 202 81 86 -
CMYK 0 0.60 0.57 0.21
HSL 357.52º 0.53% 0.55% -
HSV(B) 357.52º 0.6% 0.79% -
XYZ 28.98 19.11 10.97 -
YUV 117.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 202 81 86 0 0.60 0.57 0.21 357.52 0.53 0.55
Hex CA 51 56 0 3C 39 15 166 35 37
Octal 312 121 126 0 74 71 25 546 65 67
Binary 11001010 1010001 1010110 0 111100 111001 10101 101100110 110101 110111

Color Harmonies of #CA5156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5156

Black with #CA5156

Text Example


Text Example

White with #CA5156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5156; }

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

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

background-color css

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

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

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

border-color css

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

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

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