#CE4B64

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

Shades of Cabaret #CE4B64

Tints of Cabaret #CE4B64

Color information

#CE4B64 (or 0xCE4B64) is unknown color: approx Cabaret. HEX triplet: CE, 4B and 64. RGB value is (206,75,100). Sum of RGB (Red+Green+Blue) = 206+75+100=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B64 is #31B49B. Grayscale: #757575. Windows color (decimal): -3257500 or 6573006. OLE color: 6573006.

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

Color convert

RGB20675100-
CMYK00.640.510.19
HSL348.55º57.21%55.1%-
HSV(B)348.55º63.59%80.78%-
XYZ30.2719.0714.14-
YUV117.02118.4191.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.07%
GREEN value IS 75 (29.69% from 255) = 19.69%
BLUE value IS 100 (39.45% from 255) = 26.25%
R=54.07%
G=19.69%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067510000.640.510.19348.5557.2155.1
HexCE4B64040331315d3937
Octal316113144010063235357167
Binary11001110100101111001000100000011001110011101011101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4B64; }

 p { color: rgb(206,75,100); }

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

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

 a { background-color: rgb(206,75,100); }

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

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

 span { border-color: rgb(206,75,100); }

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