#CE6165

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

Shades of Mandy #CE6165

Tints of Mandy #CE6165

Color information

#CE6165 (or 0xCE6165) is unknown color: approx Mandy. HEX triplet: CE, 61 and 65. RGB value is (206,97,101). Sum of RGB (Red+Green+Blue) = 206+97+101=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6165 is #319E9A. Grayscale: #828282. Windows color (decimal): -3251867 or 6644174. OLE color: 6644174.

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

Color convert

RGB20697101-
CMYK00.530.510.19
HSL357.8º52.66%59.41%-
HSV(B)357.8º52.91%80.78%-
XYZ32.0822.6114.99-
YUV130.05111.61182.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.99%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 101 (39.84% from 255) = 25%
R=50.99%
G=24.01%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069710100.530.510.19357.852.6659.41
HexCE61650353313166353b
Octal31614114506563235466573
Binary1100111011000011100101011010111001110011101100110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6165; }

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

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

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

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

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

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

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

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