#CD6165

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

Shades of Mandy #CD6165

Tints of Mandy #CD6165

Color information

#CD6165 (or 0xCD6165) is unknown color: approx Mandy. HEX triplet: CD, 61 and 65. RGB value is (205,97,101). Sum of RGB (Red+Green+Blue) = 205+97+101=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6165 is #329E9A. Grayscale: #818181. Windows color (decimal): -3317403 or 6644173. OLE color: 6644173.

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

Color convert

RGB20597101-
CMYK00.530.510.20
HSL357.78º51.92%59.22%-
HSV(B)357.78º52.68%80.39%-
XYZ31.822.4714.97-
YUV129.75111.78181.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.87%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=50.87%
G=24.07%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059710100.530.510.20357.7851.9259.22
HexCD61650353314166343b
Octal31514114506563245466473
Binary1100110111000011100101011010111001110100101100110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6165; }

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

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

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

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

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

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

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

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