#CD6566

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

Shades of Mandy #CD6566

Tints of Mandy #CD6566

Color information

#CD6566 (or 0xCD6566) is unknown color: approx Mandy. HEX triplet: CD, 65 and 66. RGB value is (205,101,102). Sum of RGB (Red+Green+Blue) = 205+101+102=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6566 is #329A99. Grayscale: #848484. Windows color (decimal): -3316378 or 6710733. OLE color: 6710733.

HSL color Cylindrical-coordinate representation of color #CD6566: hue angle of 359.42º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD6566 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB205101102-
CMYK00.510.500.20
HSL359.42º50.98%60%-
HSV(B)359.42º50.73%80.39%-
XYZ32.2323.2515.36-
YUV132.21110.96179.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.25%
GREEN value IS 101 (39.84% from 255) = 24.75%
BLUE value IS 102 (40.23% from 255) = 25%
R=50.25%
G=24.75%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510110200.510.500.20359.4250.9860
HexCD65660333214167333c
Octal31514514606362245476374
Binary1100110111001011100110011001111001010100101100111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6566; }

 p { color: rgb(205,101,102); }

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

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

 a { background-color: rgb(205,101,102); }

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

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

 span { border-color: rgb(205,101,102); }

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