#CE6483

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

Shades of Charm #CE6483

Tints of Charm #CE6483

Color information

#CE6483 (or 0xCE6483) is unknown color: approx Charm. HEX triplet: CE, 64 and 83. RGB value is (206,100,131). Sum of RGB (Red+Green+Blue) = 206+100+131=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6483 is #319B7C. Grayscale: #878787. Windows color (decimal): -3251069 or 8611022. OLE color: 8611022.

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

Color convert

RGB206100131-
CMYK00.510.360.19
HSL342.45º51.96%60%-
HSV(B)342.45º51.46%80.78%-
XYZ34.1123.8724.28-
YUV135.23125.62178.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.14%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 131 (51.56% from 255) = 29.98%
R=47.14%
G=22.88%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610013100.510.360.19342.4551.9660
HexCE64830332413156343c
Octal31614420306344235266474
Binary11001110110010010000011011001110010010011101010110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6483; }

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

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

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

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

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

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

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

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