#CD6568

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

Shades of Mandy #CD6568

Tints of Mandy #CD6568

Color information

#CD6568 (or 0xCD6568) is unknown color: approx Mandy. HEX triplet: CD, 65 and 68. RGB value is (205,101,104). Sum of RGB (Red+Green+Blue) = 205+101+104=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6568 is #329A97. Grayscale: #848484. Windows color (decimal): -3316376 or 6841805. OLE color: 6841805.

HSL color Cylindrical-coordinate representation of color #CD6568: hue angle of 358.27º 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 #CD6568 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB205101104-
CMYK00.510.490.20
HSL358.27º50.98%60%-
HSV(B)358.27º50.73%80.39%-
XYZ32.3323.2915.89-
YUV132.44111.96179.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 24.63%
BLUE value IS 104 (41.02% from 255) = 25.37%
R=50%
G=24.63%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510110400.510.490.20358.2750.9860
HexCD65680333114166333c
Octal31514515006361245466374
Binary1100110111001011101000011001111000110100101100110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6568; }

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

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

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

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

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

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

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

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