#CF476F

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

Shades of Cabaret #CF476F

Tints of Cabaret #CF476F

Color information

#CF476F (or 0xCF476F) is unknown color: approx Cabaret. HEX triplet: CF, 47 and 6F. RGB value is (207,71,111). Sum of RGB (Red+Green+Blue) = 207+71+111=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF476F is #30B890. Grayscale: #747474. Windows color (decimal): -3192977 or 7292879. OLE color: 7292879.

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

Color convert

RGB20771111-
CMYK00.660.460.19
HSL342.35º58.62%54.51%-
HSV(B)342.35º65.7%81.18%-
XYZ30.8518.9217.06-
YUV116.22125.06192.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.21%
GREEN value IS 71 (28.12% from 255) = 18.25%
BLUE value IS 111 (43.75% from 255) = 28.53%
R=53.21%
G=18.25%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077111100.660.460.19342.3558.6254.51
HexCF476F0422E131563b37
Octal317107157010256235267367
Binary11001111100011111011110100001010111010011101010110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF476F; }

 p { color: rgb(207,71,111); }

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

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

 a { background-color: rgb(207,71,111); }

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

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

 span { border-color: rgb(207,71,111); }

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