#CF5474

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

Shades of Cabaret #CF5474

Tints of Cabaret #CF5474

Color information

#CF5474 (or 0xCF5474) is unknown color: approx Cabaret. HEX triplet: CF, 54 and 74. RGB value is (207,84,116). Sum of RGB (Red+Green+Blue) = 207+84+116=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5474 is #30AB8B. Grayscale: #7C7C7C. Windows color (decimal): -3189644 or 7623887. OLE color: 7623887.

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

Color convert

RGB20784116-
CMYK00.590.440.19
HSL344.39º56.16%57.06%-
HSV(B)344.39º59.42%81.18%-
XYZ32.0520.8718.86-
YUV124.42123.25186.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.86%
GREEN value IS 84 (33.20% from 255) = 20.64%
BLUE value IS 116 (45.70% from 255) = 28.50%
R=50.86%
G=20.64%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078411600.590.440.19344.3956.1657.06
HexCF547403B2C131583839
Octal31712416407354235307071
Binary1100111110101001110100011101110110010011101011000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5474; }

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

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

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

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

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

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

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

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