#CE7289

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

Shades of Charm #CE7289

Tints of Charm #CE7289

Color information

#CE7289 (or 0xCE7289) is unknown color: approx Charm. HEX triplet: CE, 72 and 89. RGB value is (206,114,137). Sum of RGB (Red+Green+Blue) = 206+114+137=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7289 is #318D76. Grayscale: #909090. Windows color (decimal): -3247479 or 9007822. OLE color: 9007822.

HSL color Cylindrical-coordinate representation of color #CE7289: hue angle of 345º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE7289 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB206114137-
CMYK00.450.330.19
HSL345º48.42%62.75%-
HSV(B)345º44.66%80.78%-
XYZ35.9926.9626.97-
YUV144.13123.98172.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.08%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 137 (53.91% from 255) = 29.98%
R=45.08%
G=24.95%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611413700.450.330.1934548.4262.75
HexCE728902D2113159303f
Octal31616221105541235316077
Binary11001110111001010001001010110110000110011101011001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7289; }

 p { color: rgb(206,114,137); }

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

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

 a { background-color: rgb(206,114,137); }

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

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

 span { border-color: rgb(206,114,137); }

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