#cf5f72

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

Shades of Cabaret #CF5F72

Tints of Cabaret #CF5F72

Color information

#CF5F72 (or 0xCF5F72) is unknown color: approx Cabaret. HEX triplet: CF, 5F and 72. RGB value is (207,95,114). Sum of RGB (Red+Green+Blue) = 207+95+114=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5F72 is #30A08D. Grayscale: #828282. Windows color (decimal): -3186830 or 7495631. OLE color: 7495631.

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

Color convert

RGB20795114-
CMYK00.540.450.19
HSL349.82º53.85%59.22%-
HSV(B)349.82º54.11%81.18%-
XYZ32.8622.6618.56-
YUV130.65118.61182.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.76%
GREEN value IS 95 (37.5% from 255) = 22.84%
BLUE value IS 114 (44.92% from 255) = 27.40%
R=49.76%
G=22.84%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079511400.540.450.19349.8253.8559.22
HexCF5F720362D1315e363b
Octal31713716206655235366673
Binary1100111110111111110010011011010110110011101011110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf5f72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf5f72; }

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

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

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

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

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

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

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

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