#CE4874

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

Shades of Cabaret #CE4874

Tints of Cabaret #CE4874

Color information

#CE4874 (or 0xCE4874) is unknown color: approx Cabaret. HEX triplet: CE, 48 and 74. RGB value is (206,72,116). Sum of RGB (Red+Green+Blue) = 206+72+116=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4874 is #31B78B. Grayscale: #757575. Windows color (decimal): -3258252 or 7620814. OLE color: 7620814.

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

Color convert

RGB20672116-
CMYK00.650.440.19
HSL340.3º57.76%54.51%-
HSV(B)340.3º65.05%80.78%-
XYZ30.9219.0218.56-
YUV117.08127.39191.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.28%
GREEN value IS 72 (28.52% from 255) = 18.27%
BLUE value IS 116 (45.70% from 255) = 29.44%
R=52.28%
G=18.27%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067211600.650.440.19340.357.7654.51
HexCE48740412C131543a37
Octal316110164010154235247267
Binary11001110100100011101000100000110110010011101010100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4874; }

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

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

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

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

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

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

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

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