#CE7B92

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

Shades of Charm #CE7B92

Tints of Charm #CE7B92

Color information

#CE7B92 (or 0xCE7B92) is unknown color: approx Charm. HEX triplet: CE, 7B and 92. RGB value is (206,123,146). Sum of RGB (Red+Green+Blue) = 206+123+146=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7B92 is #31846D. Grayscale: #969696. Windows color (decimal): -3245166 or 9599950. OLE color: 9599950.

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

Color convert

RGB206123146-
CMYK00.400.290.19
HSL343.37º45.86%64.51%-
HSV(B)343.37º40.29%80.78%-
XYZ37.7229.3630.87-
YUV150.44125.5167.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.37%
GREEN value IS 123 (48.44% from 255) = 25.89%
BLUE value IS 146 (57.42% from 255) = 30.74%
R=43.37%
G=25.89%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612314600.400.290.19343.3745.8664.51
HexCE7B920281D131572e41
Octal316173222050352352756101
Binary11001110111101110010010010100011101100111010101111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7B92; }

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

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

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

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

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

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

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

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