#CE4970

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

Shades of Cabaret #CE4970

Tints of Cabaret #CE4970

Color information

#CE4970 (or 0xCE4970) is unknown color: approx Cabaret. HEX triplet: CE, 49 and 70. RGB value is (206,73,112). Sum of RGB (Red+Green+Blue) = 206+73+112=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4970 is #31B68F. Grayscale: #757575. Windows color (decimal): -3258000 or 7358926. OLE color: 7358926.

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

Color convert

RGB20673112-
CMYK00.650.460.19
HSL342.41º57.58%54.71%-
HSV(B)342.41º64.56%80.78%-
XYZ30.7619.0617.39-
YUV117.21125.06191.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.69%
GREEN value IS 73 (28.91% from 255) = 18.67%
BLUE value IS 112 (44.14% from 255) = 28.64%
R=52.69%
G=18.67%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067311200.650.460.19342.4157.5854.71
HexCE49700412E131563a37
Octal316111160010156235267267
Binary11001110100100111100000100000110111010011101010110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4970; }

 p { color: rgb(206,73,112); }

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

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

 a { background-color: rgb(206,73,112); }

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

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

 span { border-color: rgb(206,73,112); }

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