#CE5B6B

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

Shades of Cabaret #CE5B6B

Tints of Cabaret #CE5B6B

Color information

#CE5B6B (or 0xCE5B6B) is unknown color: approx Cabaret. HEX triplet: CE, 5B and 6B. RGB value is (206,91,107). Sum of RGB (Red+Green+Blue) = 206+91+107=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B6B is #31A494. Grayscale: #7F7F7F. Windows color (decimal): -3253397 or 7035854. OLE color: 7035854.

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

Color convert

RGB20691107-
CMYK00.560.480.19
HSL351.65º53.99%58.24%-
HSV(B)351.65º55.83%80.78%-
XYZ31.8521.6716.41-
YUV127.21116.6184.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.99%
GREEN value IS 91 (35.94% from 255) = 22.52%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=50.99%
G=22.52%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069110700.560.480.19351.6553.9958.24
HexCE5B6B0383013160363a
Octal31613315307060235406672
Binary1100111010110111101011011100011000010011101100000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5B6B; }

 p { color: rgb(206,91,107); }

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

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

 a { background-color: rgb(206,91,107); }

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

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

 span { border-color: rgb(206,91,107); }

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