#CE8284

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

Shades of Charm #CE8284

Tints of Charm #CE8284

Color information

#CE8284 (or 0xCE8284) is unknown color: approx Charm. HEX triplet: CE, 82 and 84. RGB value is (206,130,132). Sum of RGB (Red+Green+Blue) = 206+130+132=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8284 is #317D7B. Grayscale: #999999. Windows color (decimal): -3243388 or 8684238. OLE color: 8684238.

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

Color convert

RGB206130132-
CMYK00.370.360.19
HSL358.42º43.68%65.88%-
HSV(B)358.42º36.89%80.78%-
XYZ37.630.7525.78-
YUV152.95116.18165.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.02%
GREEN value IS 130 (51.17% from 255) = 27.78%
BLUE value IS 132 (51.95% from 255) = 28.21%
R=44.02%
G=27.78%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613013200.370.360.19358.4243.6865.88
HexCE828402524131662c42
Octal316202204045442354654102
Binary1100111010000010100001000100101100100100111011001101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8284; }

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

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

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

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

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

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

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

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