Html Css Color HEX #CA575B Mandy

📋 copy color: '#CA575B'

red 202 ◦ green 87 ◦ blue 91

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

Shades of Mandy #CA575B

Tints of Mandy #CA575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.89%

 BLUE value IS 91 (35.94% from 255) = 23.95%

R = 53.16%
G = 22.89%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA575B (or 0xCA575B) is known color: Mandy. HEX triplet: CA, 57 and 5B. RGB value is (202,87,91). Sum of RGB (Red+Green+Blue) = 202+87+91=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA575B is #35A8A4. Grayscale: #797979. Windows color (decimal): -3516581 or 5986250. OLE color: 5986250.

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

Color convert

RGB 202 87 91 -
CMYK 0 0.57 0.55 0.21
HSL 357.91º 0.52% 0.57% -
HSV(B) 357.91º 0.57% 0.79% -
XYZ 29.65 20.13 12.22 -
YUV 121.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 202 87 91 0 0.57 0.55 0.21 357.91 0.52 0.57
Hex CA 57 5B 0 39 37 15 166 34 39
Octal 312 127 133 0 71 67 25 546 64 71
Binary 11001010 1010111 1011011 0 111001 110111 10101 101100110 110100 111001

Color Harmonies of #CA575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA575B

Black with #CA575B

Text Example


Text Example

White with #CA575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA575B; }

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

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

background-color css

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

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

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

border-color css

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

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

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