#CA6465

Color #CA6465 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #CA6465

Tints of Mandy #CA6465

Color information

#CA6465 (or 0xCA6465) is unknown color: approx Mandy. HEX triplet: CA, 64 and 65. RGB value is (202,100,101). Sum of RGB (Red+Green+Blue) = 202+100+101=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6465 is #359B9A. Grayscale: #828282. Windows color (decimal): -3513243 or 6644938. OLE color: 6644938.

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

Color convert

RGB202100101-
CMYK00.500.500.21
HSL359.41º49.04%59.22%-
HSV(B)359.41º50.5%79.22%-
XYZ31.2622.6115.03-
YUV130.61111.29178.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=50.12%
G=24.81%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210010100.500.500.21359.4149.0459.22
HexCA64650323215167313b
Octal31214414506262255476173
Binary1100101011001001100101011001011001010101101100111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6465; }

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

 H1.HeaderClassName
 {
   color: #CA6465;
 }
 .AnyTagClassName
 {
   color: #CA6465;
 }
</style>
background-color css

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

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

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

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

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

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