Html Css Color HEX #CA535A Mandy

📋 copy color: '#CA535A'

red 202 ◦ green 83 ◦ blue 90

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

Shades of Mandy #CA535A

Tints of Mandy #CA535A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24%

R = 53.87%
G = 22.13%
B = 24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA535A (or 0xCA535A) is known color: Mandy. HEX triplet: CA, 53 and 5A. RGB value is (202,83,90). Sum of RGB (Red+Green+Blue) = 202+83+90=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA535A is #35ACA5. Grayscale: #777777. Windows color (decimal): -3517606 or 5919690. OLE color: 5919690.

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

Color convert

RGB 202 83 90 -
CMYK 0 0.59 0.55 0.21
HSL 356.47º 0.53% 0.56% -
HSV(B) 356.47º 0.59% 0.79% -
XYZ 29.3 19.48 11.89 -
YUV 119.38 111.42 186.93 -
System Red Green Blue C M Y K H S L
Decimal 202 83 90 0 0.59 0.55 0.21 356.47 0.53 0.56
Hex CA 53 5A 0 3B 37 15 164 35 38
Octal 312 123 132 0 73 67 25 544 65 70
Binary 11001010 1010011 1011010 0 111011 110111 10101 101100100 110101 111000

Color Harmonies of #CA535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA535A

Black with #CA535A

Text Example


Text Example

White with #CA535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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