Html Css Color HEX #CA575F Mandy

📋 copy color: '#CA575F'

red 202 ◦ green 87 ◦ blue 95

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

Shades of Mandy #CA575F

Tints of Mandy #CA575F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.74%

R = 52.6%
G = 22.66%
B = 24.74%

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

#CA575F (or 0xCA575F) is known color: Mandy. HEX triplet: CA, 57 and 5F. RGB value is (202,87,95). Sum of RGB (Red+Green+Blue) = 202+87+95=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA575F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA575F is #35A8A0. Grayscale: #7A7A7A. Windows color (decimal): -3516577 or 6248394. OLE color: 6248394.

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

Color convert

RGB 202 87 95 -
CMYK 0 0.57 0.53 0.21
HSL 355.83º 0.52% 0.57% -
HSV(B) 355.83º 0.57% 0.79% -
XYZ 29.83 20.2 13.15 -
YUV 122.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 202 87 95 0 0.57 0.53 0.21 355.83 0.52 0.57
Hex CA 57 5F 0 39 35 15 164 34 39
Octal 312 127 137 0 71 65 25 544 64 71
Binary 11001010 1010111 1011111 0 111001 110101 10101 101100100 110100 111001

Color Harmonies of #CA575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA575F

Black with #CA575F

Text Example


Text Example

White with #CA575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA575F; }

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

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

background-color css

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

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

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

border-color css

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

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

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