Html Css Color HEX #CA5556 Mandy

📋 copy color: '#CA5556'

red 202 ◦ green 85 ◦ blue 86

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

Shades of Mandy #CA5556

Tints of Mandy #CA5556

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.79%

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

R = 54.16%
G = 22.79%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA5556 (or 0xCA5556) is known color: Mandy. HEX triplet: CA, 55 and 56. RGB value is (202,85,86). Sum of RGB (Red+Green+Blue) = 202+85+86=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5556 is #35AAA9. Grayscale: #787878. Windows color (decimal): -3517098 or 5658058. OLE color: 5658058.

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

Color convert

RGB 202 85 86 -
CMYK 0 0.58 0.57 0.21
HSL 359.49º 0.52% 0.56% -
HSV(B) 359.49º 0.58% 0.79% -
XYZ 29.29 19.73 11.07 -
YUV 120.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 202 85 86 0 0.58 0.57 0.21 359.49 0.52 0.56
Hex CA 55 56 0 3A 39 15 167 34 38
Octal 312 125 126 0 72 71 25 547 64 70
Binary 11001010 1010101 1010110 0 111010 111001 10101 101100111 110100 111000

Color Harmonies of #CA5556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5556

Black with #CA5556

Text Example


Text Example

White with #CA5556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5556; }

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

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

background-color css

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

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

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

border-color css

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

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

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