#CF6566

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

Shades of Mandy #CF6566

Tints of Mandy #CF6566

Color information

#CF6566 (or 0xCF6566) is unknown color: approx Mandy. HEX triplet: CF, 65 and 66. RGB value is (207,101,102). Sum of RGB (Red+Green+Blue) = 207+101+102=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6566 is #309A99. Grayscale: #848484. Windows color (decimal): -3185306 or 6710735. OLE color: 6710735.

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

Color convert

RGB207101102-
CMYK00.510.510.19
HSL359.43º52.48%60.39%-
HSV(B)359.43º51.21%81.18%-
XYZ32.7823.5315.38-
YUV132.81110.62180.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.49%
GREEN value IS 101 (39.84% from 255) = 24.63%
BLUE value IS 102 (40.23% from 255) = 24.88%
R=50.49%
G=24.63%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710110200.510.510.19359.4352.4860.39
HexCF65660333313167343c
Octal31714514606363235476474
Binary1100111111001011100110011001111001110011101100111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6566; }

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

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

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

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

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

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

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

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