#CE6283

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

Shades of Charm #CE6283

Tints of Charm #CE6283

Color information

#CE6283 (or 0xCE6283) is unknown color: approx Charm. HEX triplet: CE, 62 and 83. RGB value is (206,98,131). Sum of RGB (Red+Green+Blue) = 206+98+131=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6283 is #319D7C. Grayscale: #868686. Windows color (decimal): -3251581 or 8610510. OLE color: 8610510.

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

Color convert

RGB20698131-
CMYK00.520.360.19
HSL341.67º52.43%59.61%-
HSV(B)341.67º52.43%80.78%-
XYZ33.9223.524.22-
YUV134.05126.28179.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.36%
GREEN value IS 98 (38.67% from 255) = 22.53%
BLUE value IS 131 (51.56% from 255) = 30.11%
R=47.36%
G=22.53%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069813100.520.360.19341.6752.4359.61
HexCE62830342413156343c
Octal31614220306444235266474
Binary11001110110001010000011011010010010010011101010110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6283; }

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

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

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

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

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

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

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

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