#CA6065

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

Shades of Mandy #CA6065

Tints of Mandy #CA6065

Color information

#CA6065 (or 0xCA6065) is unknown color: approx Mandy. HEX triplet: CA, 60 and 65. RGB value is (202,96,101). Sum of RGB (Red+Green+Blue) = 202+96+101=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6065 is #359F9A. Grayscale: #808080. Windows color (decimal): -3514267 or 6643914. OLE color: 6643914.

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

Color convert

RGB20296101-
CMYK00.520.500.21
HSL357.17º50%58.43%-
HSV(B)357.17º52.48%79.22%-
XYZ30.8921.8614.9-
YUV128.26112.62180.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 101 (39.84% from 255) = 25.31%
R=50.63%
G=24.06%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029610100.520.500.21357.175058.43
HexCA60650343215165323a
Octal31214014506462255456272
Binary1100101011000001100101011010011001010101101100101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6065; }

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

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

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

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

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

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

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

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