#CE6280

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

Shades of Charm #CE6280

Tints of Charm #CE6280

Color information

#CE6280 (or 0xCE6280) is unknown color: approx Charm. HEX triplet: CE, 62 and 80. RGB value is (206,98,128). Sum of RGB (Red+Green+Blue) = 206+98+128=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6280 is #319D7F. Grayscale: #858585. Windows color (decimal): -3251584 or 8413902. OLE color: 8413902.

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

Color convert

RGB20698128-
CMYK00.520.380.19
HSL343.33º52.43%59.61%-
HSV(B)343.33º52.43%80.78%-
XYZ33.7223.4223.16-
YUV133.71124.78179.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.69%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 128 (50.39% from 255) = 29.63%
R=47.69%
G=22.69%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069812800.520.380.19343.3352.4359.61
HexCE62800342613157343c
Octal31614220006446235276474
Binary11001110110001010000000011010010011010011101010111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6280; }

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

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

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

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

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

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

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

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