#CD6168

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

Shades of Mandy #CD6168

Tints of Mandy #CD6168

Color information

#CD6168 (or 0xCD6168) is unknown color: approx Mandy. HEX triplet: CD, 61 and 68. RGB value is (205,97,104). Sum of RGB (Red+Green+Blue) = 205+97+104=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6168 is #329E97. Grayscale: #828282. Windows color (decimal): -3317400 or 6840781. OLE color: 6840781.

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

Color convert

RGB20597104-
CMYK00.530.490.20
HSL356.11º51.92%59.22%-
HSV(B)356.11º52.68%80.39%-
XYZ31.9522.5315.76-
YUV130.09113.28181.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.49%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 104 (41.02% from 255) = 25.62%
R=50.49%
G=23.89%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059710400.530.490.20356.1151.9259.22
HexCD61680353114164343b
Octal31514115006561245446473
Binary1100110111000011101000011010111000110100101100100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6168; }

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

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

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

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

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

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

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

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