#CE6382

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

Shades of Charm #CE6382

Tints of Charm #CE6382

Color information

#CE6382 (or 0xCE6382) is unknown color: approx Charm. HEX triplet: CE, 63 and 82. RGB value is (206,99,130). Sum of RGB (Red+Green+Blue) = 206+99+130=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6382 is #319C7D. Grayscale: #868686. Windows color (decimal): -3251326 or 8545230. OLE color: 8545230.

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

Color convert

RGB20699130-
CMYK00.520.370.19
HSL342.62º52.2%59.8%-
HSV(B)342.62º51.94%80.78%-
XYZ33.9423.6623.9-
YUV134.53125.45178.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.36%
GREEN value IS 99 (39.06% from 255) = 22.76%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=47.36%
G=22.76%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069913000.520.370.19342.6252.259.8
HexCE63820342513157343c
Octal31614320206445235276474
Binary11001110110001110000010011010010010110011101010111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6382; }

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

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

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

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

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

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

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

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