#CE6062

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

Shades of Mandy #CE6062

Tints of Mandy #CE6062

Color information

#CE6062 (or 0xCE6062) is unknown color: approx Mandy. HEX triplet: CE, 60 and 62. RGB value is (206,96,98). Sum of RGB (Red+Green+Blue) = 206+96+98=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6062 is #319F9D. Grayscale: #818181. Windows color (decimal): -3252126 or 6447310. OLE color: 6447310.

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

Color convert

RGB2069698-
CMYK00.530.520.19
HSL358.91º52.88%59.22%-
HSV(B)358.91º53.4%80.78%-
XYZ31.8422.3714.19-
YUV129.12110.44182.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.5%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 98 (38.67% from 255) = 24.5%
R=51.5%
G=24%
B=24.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206969800.530.520.19358.9152.8859.22
HexCE60620353413167353b
Octal31614014206564235476573
Binary1100111011000001100010011010111010010011101100111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6062; }

 p { color: rgb(206,96,98); }

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

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

 a { background-color: rgb(206,96,98); }

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

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

 span { border-color: rgb(206,96,98); }

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