Html Css Color HEX #CA5E66 Mandy

📋 copy color: '#CA5E66'

red 202 ◦ green 94 ◦ blue 102

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

Shades of Mandy #CA5E66

Tints of Mandy #CA5E66

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.62%

 BLUE value IS 102 (40.23% from 255) = 25.63%

R = 50.75%
G = 23.62%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA5E66 (or 0xCA5E66) is known color: Mandy. HEX triplet: CA, 5E and 66. RGB value is (202,94,102). Sum of RGB (Red+Green+Blue) = 202+94+102=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5E66 is #35A199. Grayscale: #7F7F7F. Windows color (decimal): -3514778 or 6708938. OLE color: 6708938.

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

Color convert

RGB 202 94 102 -
CMYK 0 0.53 0.50 0.21
HSL 355.56º 0.5% 0.58% -
HSV(B) 355.56º 0.53% 0.79% -
XYZ 30.76 21.52 15.1 -
YUV 127.2 113.78 181.35 -
System Red Green Blue C M Y K H S L
Decimal 202 94 102 0 0.53 0.50 0.21 355.56 0.5 0.58
Hex CA 5E 66 0 35 32 15 164 32 3A
Octal 312 136 146 0 65 62 25 544 62 72
Binary 11001010 1011110 1100110 0 110101 110010 10101 101100100 110010 111010

Color Harmonies of #CA5E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E66

Black with #CA5E66

Text Example


Text Example

White with #CA5E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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