Html Css Color HEX #CA5B65 Mandy

📋 copy color: '#CA5B65'

red 202 ◦ green 91 ◦ blue 101

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

Shades of Mandy #CA5B65

Tints of Mandy #CA5B65

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.1%

 BLUE value IS 101 (39.84% from 255) = 25.63%

R = 51.27%
G = 23.1%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA5B65 (or 0xCA5B65) is known color: Mandy. HEX triplet: CA, 5B and 65. RGB value is (202,91,101). Sum of RGB (Red+Green+Blue) = 202+91+101=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5B65 is #35A49A. Grayscale: #7D7D7D. Windows color (decimal): -3515547 or 6642634. OLE color: 6642634.

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

Color convert

RGB 202 91 101 -
CMYK 0 0.55 0.50 0.21
HSL 354.59º 0.51% 0.57% -
HSV(B) 354.59º 0.55% 0.79% -
XYZ 30.45 20.98 14.76 -
YUV 125.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 202 91 101 0 0.55 0.50 0.21 354.59 0.51 0.57
Hex CA 5B 65 0 37 32 15 163 33 39
Octal 312 133 145 0 67 62 25 543 63 71
Binary 11001010 1011011 1100101 0 110111 110010 10101 101100011 110011 111001

Color Harmonies of #CA5B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5B65

Black with #CA5B65

Text Example


Text Example

White with #CA5B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5B65; }

 p { color: rgb(202,91,101); }

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

background-color css

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

 a { background-color: rgb(202,91,101); }

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

border-color css

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

 span { border-color: rgb(202,91,101); }

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