Html Css Color HEX #CA535F Mandy

📋 copy color: '#CA535F'

red 202 ◦ green 83 ◦ blue 95

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

Shades of Mandy #CA535F

Tints of Mandy #CA535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.84%

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

R = 53.16%
G = 21.84%
B = 25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA535F (or 0xCA535F) is known color: Mandy. HEX triplet: CA, 53 and 5F. RGB value is (202,83,95). Sum of RGB (Red+Green+Blue) = 202+83+95=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA535F is #35ACA0. Grayscale: #787878. Windows color (decimal): -3517601 or 6247370. OLE color: 6247370.

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

Color convert

RGB 202 83 95 -
CMYK 0 0.59 0.53 0.21
HSL 353.95º 0.53% 0.56% -
HSV(B) 353.95º 0.59% 0.79% -
XYZ 29.52 19.57 13.05 -
YUV 119.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 202 83 95 0 0.59 0.53 0.21 353.95 0.53 0.56
Hex CA 53 5F 0 3B 35 15 162 35 38
Octal 312 123 137 0 73 65 25 542 65 70
Binary 11001010 1010011 1011111 0 111011 110101 10101 101100010 110101 111000

Color Harmonies of #CA535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA535F

Black with #CA535F

Text Example


Text Example

White with #CA535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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