#CF5E72

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

Shades of Cabaret #CF5E72

Tints of Cabaret #CF5E72

Color information

#CF5E72 (or 0xCF5E72) is unknown color: approx Cabaret. HEX triplet: CF, 5E and 72. RGB value is (207,94,114). Sum of RGB (Red+Green+Blue) = 207+94+114=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E72 is #30A18D. Grayscale: #828282. Windows color (decimal): -3187086 or 7495375. OLE color: 7495375.

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

Color convert

RGB20794114-
CMYK00.550.450.19
HSL349.38º54.07%59.02%-
HSV(B)349.38º54.59%81.18%-
XYZ32.7722.4918.53-
YUV130.07118.94182.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.88%
GREEN value IS 94 (37.11% from 255) = 22.65%
BLUE value IS 114 (44.92% from 255) = 27.47%
R=49.88%
G=22.65%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079411400.550.450.19349.3854.0759.02
HexCF5E720372D1315d363b
Octal31713616206755235356673
Binary1100111110111101110010011011110110110011101011101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5E72; }

 p { color: rgb(207,94,114); }

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

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

 a { background-color: rgb(207,94,114); }

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

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

 span { border-color: rgb(207,94,114); }

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