#CE627B

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

Shades of Cabaret #CE627B

Tints of Cabaret #CE627B

Color information

#CE627B (or 0xCE627B) is unknown color: approx Cabaret. HEX triplet: CE, 62 and 7B. RGB value is (206,98,123). Sum of RGB (Red+Green+Blue) = 206+98+123=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE627B is #319D84. Grayscale: #858585. Windows color (decimal): -3251589 or 8086222. OLE color: 8086222.

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

Color convert

RGB20698123-
CMYK00.520.400.19
HSL346.11º52.43%59.61%-
HSV(B)346.11º52.43%80.78%-
XYZ33.423.2921.47-
YUV133.14122.28179.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.24%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 123 (48.44% from 255) = 28.81%
R=48.24%
G=22.95%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069812300.520.400.19346.1152.4359.61
HexCE627B034281315a343c
Octal31614217306450235326474
Binary1100111011000101111011011010010100010011101011010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE627B; }

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

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

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

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

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

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

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

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