#CE5C67

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

Shades of Cabaret #CE5C67

Tints of Cabaret #CE5C67

Color information

#CE5C67 (or 0xCE5C67) is unknown color: approx Cabaret. HEX triplet: CE, 5C and 67. RGB value is (206,92,103). Sum of RGB (Red+Green+Blue) = 206+92+103=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C67 is #31A398. Grayscale: #7F7F7F. Windows color (decimal): -3253145 or 6773966. OLE color: 6773966.

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

Color convert

RGB20692103-
CMYK00.550.500.19
HSL354.21º53.77%58.43%-
HSV(B)354.21º55.34%80.78%-
XYZ31.7321.7615.36-
YUV127.34114.27184.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.37%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 103 (40.62% from 255) = 25.69%
R=51.37%
G=22.94%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069210300.550.500.19354.2153.7758.43
HexCE5C670373213162363a
Octal31613414706762235426672
Binary1100111010111001100111011011111001010011101100010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5C67; }

 p { color: rgb(206,92,103); }

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

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

 a { background-color: rgb(206,92,103); }

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

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

 span { border-color: rgb(206,92,103); }

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