Html Css Color HEX #CA5154 Mandy

📋 copy color: '#CA5154'

red 202 ◦ green 81 ◦ blue 84

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

Shades of Mandy #CA5154

Tints of Mandy #CA5154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.89%

R = 55.04%
G = 22.07%
B = 22.89%

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

#CA5154 (or 0xCA5154) is known color: Mandy. HEX triplet: CA, 51 and 54. RGB value is (202,81,84). Sum of RGB (Red+Green+Blue) = 202+81+84=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5154 is #35AEAB. Grayscale: #757575. Windows color (decimal): -3518124 or 5525962. OLE color: 5525962.

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

Color convert

RGB 202 81 84 -
CMYK 0 0.60 0.58 0.21
HSL 358.51º 0.53% 0.55% -
HSV(B) 358.51º 0.6% 0.79% -
XYZ 28.9 19.08 10.55 -
YUV 117.52 109.09 188.26 -
System Red Green Blue C M Y K H S L
Decimal 202 81 84 0 0.60 0.58 0.21 358.51 0.53 0.55
Hex CA 51 54 0 3C 3A 15 167 35 37
Octal 312 121 124 0 74 72 25 547 65 67
Binary 11001010 1010001 1010100 0 111100 111010 10101 101100111 110101 110111

Color Harmonies of #CA5154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5154

Black with #CA5154

Text Example


Text Example

White with #CA5154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5154; }

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

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

background-color css

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

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

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

border-color css

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

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

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