#CE486A

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

Shades of Cabaret #CE486A

Tints of Cabaret #CE486A

Color information

#CE486A (or 0xCE486A) is unknown color: approx Cabaret. HEX triplet: CE, 48 and 6A. RGB value is (206,72,106). Sum of RGB (Red+Green+Blue) = 206+72+106=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE486A is #31B795. Grayscale: #737373. Windows color (decimal): -3258262 or 6965454. OLE color: 6965454.

HSL color Cylindrical-coordinate representation of color #CE486A: hue angle of 344.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE486A is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB20672106-
CMYK00.650.490.19
HSL344.78º57.76%54.51%-
HSV(B)344.78º65.05%80.78%-
XYZ30.3718.815.66-
YUV115.94122.39192.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.65%
GREEN value IS 72 (28.52% from 255) = 18.75%
BLUE value IS 106 (41.80% from 255) = 27.60%
R=53.65%
G=18.75%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067210600.650.490.19344.7857.7654.51
HexCE486A04131131593a37
Octal316110152010161235317267
Binary11001110100100011010100100000111000110011101011001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE486A; }

 p { color: rgb(206,72,106); }

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

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

 a { background-color: rgb(206,72,106); }

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

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

 span { border-color: rgb(206,72,106); }

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