#CE717A

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

Shades of Charm #CE717A

Tints of Charm #CE717A

Color information

#CE717A (or 0xCE717A) is unknown color: approx Charm. HEX triplet: CE, 71 and 7A. RGB value is (206,113,122). Sum of RGB (Red+Green+Blue) = 206+113+122=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE717A is #318E85. Grayscale: #8D8D8D. Windows color (decimal): -3247750 or 8024526. OLE color: 8024526.

HSL color Cylindrical-coordinate representation of color #CE717A: hue angle of 354.19º degrees, saturation: 0.49, 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 #CE717A is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB206113122-
CMYK00.450.410.19
HSL354.19º48.69%62.55%-
HSV(B)354.19º45.15%80.78%-
XYZ34.8726.3421.66-
YUV141.83116.81173.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.71%
GREEN value IS 113 (44.53% from 255) = 25.62%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=46.71%
G=25.62%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611312200.450.410.19354.1948.6962.55
HexCE717A02D2913162313f
Octal31616117205551235426177
Binary1100111011100011111010010110110100110011101100010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE717A; }

 p { color: rgb(206,113,122); }

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

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

 a { background-color: rgb(206,113,122); }

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

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

 span { border-color: rgb(206,113,122); }

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