#CE626B

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

Shades of Cabaret #CE626B

Tints of Cabaret #CE626B

Color information

#CE626B (or 0xCE626B) is unknown color: approx Cabaret. HEX triplet: CE, 62 and 6B. RGB value is (206,98,107). Sum of RGB (Red+Green+Blue) = 206+98+107=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE626B is #319D94. Grayscale: #838383. Windows color (decimal): -3251605 or 7037646. OLE color: 7037646.

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

Color convert

RGB20698107-
CMYK00.520.480.19
HSL355º52.43%59.61%-
HSV(B)355º52.43%80.78%-
XYZ32.4822.9216.62-
YUV131.32114.28181.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.12%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 107 (42.19% from 255) = 26.03%
R=50.12%
G=23.84%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069810700.520.480.1935552.4359.61
HexCE626B0343013163343c
Octal31614215306460235436474
Binary1100111011000101101011011010011000010011101100011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE626B; }

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

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

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

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

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

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

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

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