Html Css Color HEX #CA5B5C Mandy

📋 copy color: '#CA5B5C'

red 202 ◦ green 91 ◦ blue 92

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

Shades of Mandy #CA5B5C

Tints of Mandy #CA5B5C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.64%

 BLUE value IS 92 (36.33% from 255) = 23.9%

R = 52.47%
G = 23.64%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA5B5C (or 0xCA5B5C) is known color: Mandy. HEX triplet: CA, 5B and 5C. RGB value is (202,91,92). Sum of RGB (Red+Green+Blue) = 202+91+92=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5B5C is #35A4A3. Grayscale: #7C7C7C. Windows color (decimal): -3515556 or 6052810. OLE color: 6052810.

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

Color convert

RGB 202 91 92 -
CMYK 0 0.55 0.54 0.21
HSL 359.46º 0.51% 0.57% -
HSV(B) 359.46º 0.55% 0.79% -
XYZ 30.03 20.81 12.56 -
YUV 124.3 109.77 183.42 -
System Red Green Blue C M Y K H S L
Decimal 202 91 92 0 0.55 0.54 0.21 359.46 0.51 0.57
Hex CA 5B 5C 0 37 36 15 167 33 39
Octal 312 133 134 0 67 66 25 547 63 71
Binary 11001010 1011011 1011100 0 110111 110110 10101 101100111 110011 111001

Color Harmonies of #CA5B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5B5C

Black with #CA5B5C

Text Example


Text Example

White with #CA5B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5B5C; }

 p { color: rgb(202,91,92); }

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

background-color css

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

 a { background-color: rgb(202,91,92); }

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

border-color css

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

 span { border-color: rgb(202,91,92); }

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