#CE6482

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

Shades of Charm #CE6482

Tints of Charm #CE6482

Color information

#CE6482 (or 0xCE6482) is unknown color: approx Charm. HEX triplet: CE, 64 and 82. RGB value is (206,100,130). Sum of RGB (Red+Green+Blue) = 206+100+130=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6482 is #319B7D. Grayscale: #878787. Windows color (decimal): -3251070 or 8545486. OLE color: 8545486.

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

Color convert

RGB206100130-
CMYK00.510.370.19
HSL343.02º51.96%60%-
HSV(B)343.02º51.46%80.78%-
XYZ34.0423.8523.93-
YUV135.11125.12178.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.25%
GREEN value IS 100 (39.45% from 255) = 22.94%
BLUE value IS 130 (51.17% from 255) = 29.82%
R=47.25%
G=22.94%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610013000.510.370.19343.0251.9660
HexCE64820332513157343c
Octal31614420206345235276474
Binary11001110110010010000010011001110010110011101010111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6482; }

 p { color: rgb(206,100,130); }

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

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

 a { background-color: rgb(206,100,130); }

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

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

 span { border-color: rgb(206,100,130); }

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