#E6849C

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

Shades of Carissma #E6849C

Tints of Carissma #E6849C

Color information

#E6849C (or 0xE6849C) is unknown color: approx Carissma. HEX triplet: E6, 84 and 9C. RGB value is (230,132,156). Sum of RGB (Red+Green+Blue) = 230+132+156=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E6849C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6849C is #197B63. Grayscale: #A4A4A4. Windows color (decimal): -1669988 or 10257638. OLE color: 10257638.

HSL color Cylindrical-coordinate representation of color #E6849C: hue angle of 345.31º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6849C is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB230132156-
CMYK00.430.320.10
HSL345.31º66.22%70.98%-
HSV(B)345.31º42.61%90.2%-
XYZ46.8935.7335.88-
YUV164.04123.47175.05-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.40%
GREEN value IS 132 (51.95% from 255) = 25.48%
BLUE value IS 156 (61.33% from 255) = 30.12%
R=44.40%
G=25.48%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013215600.430.320.10345.3166.2270.98
HexE6849C02B20A1594247
Octal3462042340534012531102107
Binary1110011010000100100111000101011100000101010101100110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6849C; }

 p { color: rgb(230,132,156); }

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

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

 a { background-color: rgb(230,132,156); }

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

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

 span { border-color: rgb(230,132,156); }

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