#CE7B85

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

Shades of Charm #CE7B85

Tints of Charm #CE7B85

Color information

#CE7B85 (or 0xCE7B85) is unknown color: approx Charm. HEX triplet: CE, 7B and 85. RGB value is (206,123,133). Sum of RGB (Red+Green+Blue) = 206+123+133=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7B85 is #31847A. Grayscale: #959595. Windows color (decimal): -3245179 or 8747982. OLE color: 8747982.

HSL color Cylindrical-coordinate representation of color #CE7B85: hue angle of 352.77º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7B85 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB206123133-
CMYK00.400.350.19
HSL352.77º45.86%64.51%-
HSV(B)352.77º40.29%80.78%-
XYZ36.7728.9825.85-
YUV148.96119168.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.59%
GREEN value IS 123 (48.44% from 255) = 26.62%
BLUE value IS 133 (52.34% from 255) = 28.79%
R=44.59%
G=26.62%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612313300.400.350.19352.7745.8664.51
HexCE7B8502823131612e41
Octal316173205050432354156101
Binary110011101111011100001010101000100011100111011000011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7B85; }

 p { color: rgb(206,123,133); }

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

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

 a { background-color: rgb(206,123,133); }

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

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

 span { border-color: rgb(206,123,133); }

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