#ce6379

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

Shades of Cabaret #CE6379

Tints of Cabaret #CE6379

Color information

#CE6379 (or 0xCE6379) is unknown color: approx Cabaret. HEX triplet: CE, 63 and 79. RGB value is (206,99,121). Sum of RGB (Red+Green+Blue) = 206+99+121=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6379 is #319C86. Grayscale: #858585. Windows color (decimal): -3251335 or 7955406. OLE color: 7955406.

HSL color Cylindrical-coordinate representation of color #CE6379: hue angle of 347.66º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6379 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB20699121-
CMYK00.520.410.19
HSL347.66º52.2%59.8%-
HSV(B)347.66º51.94%80.78%-
XYZ33.3723.4320.85-
YUV133.5120.95179.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.36%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=48.36%
G=23.24%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069912100.520.410.19347.6652.259.8
HexCE6379034291315c343c
Octal31614317106451235346474
Binary1100111011000111111001011010010100110011101011100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce6379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce6379; }

 p { color: rgb(206,99,121); }

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

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

 a { background-color: rgb(206,99,121); }

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

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

 span { border-color: rgb(206,99,121); }

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