#CF5471

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

Shades of Cabaret #CF5471

Tints of Cabaret #CF5471

Color information

#CF5471 (or 0xCF5471) is unknown color: approx Cabaret. HEX triplet: CF, 54 and 71. RGB value is (207,84,113). Sum of RGB (Red+Green+Blue) = 207+84+113=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5471 is #30AB8E. Grayscale: #7C7C7C. Windows color (decimal): -3189647 or 7427279. OLE color: 7427279.

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

Color convert

RGB20784113-
CMYK00.590.450.19
HSL345.85º56.16%57.06%-
HSV(B)345.85º59.42%81.18%-
XYZ31.8820.817.96-
YUV124.08121.75187.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.24%
GREEN value IS 84 (33.20% from 255) = 20.79%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=51.24%
G=20.79%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078411300.590.450.19345.8556.1657.06
HexCF547103B2D1315a3839
Octal31712416107355235327071
Binary1100111110101001110001011101110110110011101011010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5471; }

 p { color: rgb(207,84,113); }

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

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

 a { background-color: rgb(207,84,113); }

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

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

 span { border-color: rgb(207,84,113); }

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