Html Css Color HEX #CA5A61 Mandy

📋 copy color: '#CA5A61'

red 202 ◦ green 90 ◦ blue 97

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

Shades of Mandy #CA5A61

Tints of Mandy #CA5A61

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

 BLUE value IS 97 (38.28% from 255) = 24.94%

R = 51.93%
G = 23.14%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA5A61 (or 0xCA5A61) is known color: Mandy. HEX triplet: CA, 5A and 61. RGB value is (202,90,97). Sum of RGB (Red+Green+Blue) = 202+90+97=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A61 is #35A59E. Grayscale: #7C7C7C. Windows color (decimal): -3515807 or 6380234. OLE color: 6380234.

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

Color convert

RGB 202 90 97 -
CMYK 0 0.55 0.52 0.21
HSL 356.25º 0.51% 0.57% -
HSV(B) 356.25º 0.55% 0.79% -
XYZ 30.17 20.73 13.72 -
YUV 124.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 202 90 97 0 0.55 0.52 0.21 356.25 0.51 0.57
Hex CA 5A 61 0 37 34 15 164 33 39
Octal 312 132 141 0 67 64 25 544 63 71
Binary 11001010 1011010 1100001 0 110111 110100 10101 101100100 110011 111001

Color Harmonies of #CA5A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A61

Black with #CA5A61

Text Example


Text Example

White with #CA5A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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