Html Css Color HEX #CA575E Mandy

📋 copy color: '#CA575E'

red 202 ◦ green 87 ◦ blue 94

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

Shades of Mandy #CA575E

Tints of Mandy #CA575E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 52.74%
G = 22.72%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA575E (or 0xCA575E) is known color: Mandy. HEX triplet: CA, 57 and 5E. RGB value is (202,87,94). Sum of RGB (Red+Green+Blue) = 202+87+94=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA575E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA575E is #35A8A1. Grayscale: #7A7A7A. Windows color (decimal): -3516578 or 6182858. OLE color: 6182858.

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

Color convert

RGB 202 87 94 -
CMYK 0 0.57 0.53 0.21
HSL 356.35º 0.52% 0.57% -
HSV(B) 356.35º 0.57% 0.79% -
XYZ 29.79 20.18 12.92 -
YUV 122.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 202 87 94 0 0.57 0.53 0.21 356.35 0.52 0.57
Hex CA 57 5E 0 39 35 15 164 34 39
Octal 312 127 136 0 71 65 25 544 64 71
Binary 11001010 1010111 1011110 0 111001 110101 10101 101100100 110100 111001

Color Harmonies of #CA575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA575E

Black with #CA575E

Text Example


Text Example

White with #CA575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA575E; }

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

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

background-color css

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

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

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

border-color css

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

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

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